-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
This is how I have it setup and I am using typescript and my file is named app.ts. It is a fully working app and the Vue dev-tools work fine, just not seeing any performance data.
import Vue from 'vue';
import AppRoot from './AppRoot.vue';
import router from './Modules/Routing/RouterSetup';
import store from './Modules/Storage/VuexSetup';
Vue.config.devtools = true;
Vue.config.performance = true;
const app = new Vue({
router,
store,
render: (h) => h(AppRoot),
}).$mount('#app');
export default {
app,
};
showwin, PacoDu, ManUtopiK, DooMxDD, dannnney and 22 morescarecrowdu and msalahz
Metadata
Metadata
Assignees
Labels
No labels