import store from "@/store"; const metaMixin = { created() {}, computed: { }, methods: { }, } export { metaMixin }