// plugins/global-mixin.js import Vue from 'vue'; Vue.mixin({ data: function () { return { globalData: { showMenu: false } }; } });