Skip to content

I am seeing no data: "No measures found"  #15

@contractorwolf

Description

@contractorwolf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions