vite-plugin-vue2 icon indicating copy to clipboard operation
vite-plugin-vue2 copied to clipboard

Vue2 plugin for Vite

Results 45 vite-plugin-vue2 issues
Sort by recently updated
recently updated
newest added

I get a problem when running "vite build". What is the meaning of: Property key of ObjectMethod expected node to be of a type ["Identifier","StringLiteral","NumericLiteral"] but instead got "MemberExpression" ?...

Hello, I'm using the latest version (2.0.0) of this package and when I try to debug something in chrome (it works in Firefox), the script and template section are missing...

1. Some `.js` files are used as `.jsx` files, how to support this case ? I know I can change the file name, but there maybe a better way. 2....

I'm using this plugin with `vite-plugin-inspect`. This `has no corresponding SFC entry in the cache` is thrown when I want to inspect a sfc block (.vue file with query), which...

### Describe the bug Hello, When using the `:deep` selector inside a Vue 2 single file component's scoped style, such as: ``` :deep(.app-child__hello) { color: red; } ``` It will...

Looking at the source code of style in @vite/plugin-vue, you can find that there is a piece of code as follows(https://github.com/vitejs/vite/blob/HEAD/packages/plugin-vue/src/style.ts#L26): ```typescript const block = descriptor.styles[index] // vite already handles...

Why not transform to a single file like vite-plugin-vue?

It would be cool to have an option like `css` in old good `rollup-plugin-vue`: https://github.com/vuejs/rollup-plugin-vue/blob/v5.1.9/src/index.ts#L119

Redirected from https://github.com/vitejs/vite/issues/8027 to here. When using global state, in my example just Vue refs with import/export, hot reloading the state and then a component using that state results in...

我有一些自定义标签并不想渲染,是否可以加一个过滤器