wfly
wfly
### Describe the bug 如图所示 ### Reproduction 项目采用的是 pnpm ,在使用过程中,一般情况下不会出现这种情况,但是总会出现,根据报错是 `lib/checkers/vueTsc/typescript-vue-tsc/package.json` 这个文件没有了。但在开发过程中其实没做什么特殊操作,不知道为什么就崩溃了 ### Expected behavior vue-tsc ### System Info ```shell System: OS: macOS 12.3.1 CPU: (8) arm64 Apple M1 Memory:...
这种方式的 v-model:show="show" 值更新不生效 使用组件的页面 ``` ``` 组件页面 ``` import { reactive, watch, ref, computed, toRefs, watchEffect } from '@vue/composition-api'; interface Props { show?: boolean; } const { show } =...
### 相关平台 H5 **浏览器版本: chrome62** **使用框架: Vue** ### 复现步骤 taro init 初始化项目 选择 vue3 pnpm ### 期望结果 正常启动 ### 实际结果 taro init 选择 vue3 pnpm 安装后启动报错 ERROR in Template execution...
### Is your feature request related to a problem? Please describe. example i use vite-plugin-eslint,this plugin output lineNo click can locate the location of the error file ### Describe the...