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

Can't detect my Vue component #9

Open
binggg opened this issue May 18, 2018 · 4 comments
Open

Can't detect my Vue component #9

binggg opened this issue May 18, 2018 · 4 comments

Comments

@binggg
Copy link

binggg commented May 18, 2018

This is my code:

import Vue from 'vue';
Vue.config.devtools = true;
Vue.config.performance = true;
import App from './App.vue';

new Vue ({
  el: '#main',
  render: h => h (App),
});

devtool is ok.

image

but performance pannel is not.

image

@Olliebaba
Copy link

I'm having a similar issue where it only renders the first two components of the tree. <App /> initially renders a <div>LOADING</div> then renders <router-vue /> after an async operation. However vue-perf-devtool does not reflect anything deeper.

image

@JFGHT
Copy link

JFGHT commented Apr 2, 2019

Same here.

@Gnopps
Copy link

Gnopps commented May 10, 2019

Having the same issue here. Vue.config.performance = true and Vue devtools working well but nothing detected in performance devtool.

@Berkmann18
Copy link

Berkmann18 commented Dec 5, 2019

Same thing here (on both Opera and Chrome), none of the components/views are listed on the Vue Perf window (even tho they show up on the Vue Devtool).

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

5 participants