vscode-vue-peek icon indicating copy to clipboard operation
vscode-vue-peek copied to clipboard

Doesn't find Vuetify Components

Open ijabit opened this issue 6 years ago • 0 comments

If you install the Vuetify plugin you get a replacement for the stock App.vue component with, for example, the v-list component. When you F12 to go to definition it is not found. The components are in .js files so I added the .js extension to the vue-peek settings section like this: "vue-peek.supportedLanguages": [ "vue" ], "vue-peek.targetFileExtensions": [ ".vue", ".js" ]

Still the definition isn't found. Here is a snapshot of the organization of the Vuetify components: image

ijabit avatar Aug 21 '18 17:08 ijabit