Rantetsu Inori
Rantetsu Inori
### Describe the bug When you declare a TypeScript namespace, and export it by named export, it cannot be auto imported. However, export the namespace by default export works fine....
### Vue version 3.3.4 ### Link to minimal reproduction https://stackblitz.com/edit/vue3-typescript-vue-cli-starter-7pb4bu?file=src%2Fcomponents%2FHelloWorld.vue,src%2Fvue.d.ts,src%2FApp.vue ### Steps to reproduce The Vue component cannot accept HTML attributes with type in **TypeScript**, or get `any` type. It...
If you use a svg with cdata inside the style tag, for example: ```svg ``` The whole style tag will be converted to `React.createElement("style", null)`, that is, the cdata or...
Ref: #20 After update to latest vite-plugin-iso-import , I still get error when importing "Cannot find module './foo?client' or its corresponding type declarations". ```json { "compilerOptions": { "plugins": [{ "name":...