Windson97

Results 7 issues of Windson97

rendering error: ``` vue.esm.js?a026:1906 TypeError: Cannot read properties of undefined (reading 'catch') at PDFJSWrapper.renderPage (pdfjsWrapper.js?a068:196) at VueComponent.resize (componentFactory.js?0d60:75) at invokeWithErrorHandling (vue.esm.js?a026:1872) at VueComponent.invoker (vue.esm.js?a026:2197) at invokeWithErrorHandling (vue.esm.js?a026:1872) at VueComponent.Vue.$emit (vue.esm.js?a026:3912)...

### Version 2.7.8 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vigorous-neumann-ofdtg3?file=/src/components/A.tsx) ### Steps to reproduce 1. create two file A.tsx,B.tsx 1. A.tsx content: ``` /* eslint-disable */ import { defineComponent } from "vue"; import...

2.7
feat:types

动态主题和预设主题不能同时使用么?

### Version 6.1.3 ### Browser and OS info Firefox 98.0.1 / MacOS 12.3 ### Steps to reproduce 1. use `yarn create vite my-vue-app --template vue` create a vite/vue project 2....

https://github.com/originjs/vite-plugins/blob/568f5b79ba14723c13e5476efeb4cbf28494acd0/packages/vite-plugin-commonjs/src/lib.ts#L36 Plugin will transform `require('./a.css')` into `import * as __require_for_vite_ygkiDV from './a.css';` In Vite 4.0.0, it will console a warning.`Default and named imports from CSS files are deprecated. Use the...

When using ![markdown file inclusion](https://vitepress.dev/guide/markdown#markdown-file-inclusion) The included markdown file(`a.md`) wll directly copy file content to replace the comment in a file(`b.md`) But if the included markdown file contains relative path...

needs more discussion

### Description The feature `allow browser to cache npm deps` [deps](https://github.com/vitejs/vite/blob/main/packages/vite/src/node/server/middlewares/transform.ts#209) is very useful, but it has a problem like this [repo](https://github.com/windsonR/vite-cache-issue) reproduction steps: 1. Download repo and `pnpm install`...

enhancement: pending triage