fix: admin rendering UI + dark mode

This commit is contained in:
Nick
2019-08-04 23:53:21 -04:00
parent 0f9ddf1e5d
commit c4629419d3
35 changed files with 232 additions and 198 deletions

View File

@@ -8,7 +8,7 @@
<script>
export default {
computed: {
dark() { return this.$vuetify.dark }
dark() { return this.$vuetify.theme.dark }
}
}
</script>