export default { name: 'mixin', computed: { mTheme () { return this.$store.state.app.theme; } } }