- Notifications
You must be signed in to change notification settings - Fork12
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,};Metadata
Metadata
Assignees
Labels
No labels