theme.js 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export default { name: 'mixin', computed: { mTheme () { return this.$store.state.app.theme; } } }