jonathanleelx

Results 3 issues of jonathanleelx

support vue2.7 without @vue/composition-api #1029

asset starts with '~@' resolved error ## example src/bar/foo.vue ``` ``` compiled ``` // actually /src/bar/@assets/foo.png // expected src/assets/foo.png ``` vite.config.ts ``` import vue from '@vitejs/plugin-vue2' import { defineConfig }...

Add a configuration option that, when enabled, adds a `data-v-inspector` attribute to components to support component-level jumps ## Why Currently the plugin only adds `data-v-inspector` to native html elements, so...