Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
contractorwolf opened this issue Mar 11, 2020 · 14 comments
Open

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

contractorwolf opened this issue Mar 11, 2020 · 14 comments

Comments

@contractorwolf
Copy link

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,
};
@scarecrowdu
Copy link

Me too, same question

@MinosIE
Copy link

MinosIE commented Jul 16, 2020

same +1
vue version ^2.6.10
locked version 2.6.11

@bernhardberger
Copy link

yep, same here

@msalahz
Copy link

msalahz commented Aug 10, 2020

same here

@levi730
Copy link

levi730 commented Sep 11, 2020

Me too. 2.6.11 as well. Any ideas?

@mlaradji
Copy link

It might be the vue version that's at fault. I had the same issue with vue@2.6.11. After switching to vue@2.5.13 (the version in this repo's package.json), the firefox extension (0.0.6) started working.

@varadekd
Copy link

varadekd commented Oct 7, 2020

Any luck on this, It is not working for me also,

Using chrome

@Seminioni
Copy link

Same for me lol

@hqzh
Copy link

hqzh commented Nov 10, 2020

same here with vue@2.6.11

@vegerot
Copy link

vegerot commented Nov 17, 2020

Same FeelsBadMan

@blueskies79
Copy link

Same here :-(

@silviozum
Copy link

same problem =/
vue: ^2.6.6

@iBrunox11
Copy link

same problem here
vue: ^2.6.6

@seanohue
Copy link

Same issue here, seems this tool is compatible only with Vue 2.5 or lower?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests