### Element UI version 2.15.14 ### OS/Browsers version windows 11 / edge(119.0.2151.58) ### Vue version 2.6.14 ### Reproduction Link https://codepen.io/z-sq/pen/dyaJpPW ### Steps to reproduce ``` vue export default { data()...
**Describe the bug** ```js // standard-version/command.js: 11 .option('bumpFiles', { default: defaults.bumpFiles, array: true }) ... // standard-version/index.js: 40 /** * If an argument for `packageFiles` provided, we include it as...
vConsole Version:3.15.0 插件引入方式: ```html ``` 只有修改key值,点击保存会有问题,只是修改value值,点击保存功能正常
目录结构 ``` src ┣ hybrid ┃ ┗ html ┃ ┗ local.html ┣ pages ┃ ┣ index ┃ ┃ ┗ index.vue ┃ ┗ webview ┃ ┣ index.vue ┃ ┗ local.vue ┣...
操作步骤 按官网教程创建Vue3/Vite-ts版, 运行 `npm run dev:mp-weixin --minify` 报错 ``` js /Workspace/my-vue3-project/node_modules/cac/dist/index.js:404 throw new CACError(`Unknown option \`${name.length > 1 ? `--${name}` : `-${name}`}\``); Error: Unknown option `--minify` ```
uniapp类型`@dcloudio/types`从`tsconfig.json`的types放到`env.d.ts`里; ```ts // env.d.ts 文件 /// /// ``` 原因:指定types配置,失去了ts自动包含@types里的所有包的特性,导致使用其他包声明(如lodash、express)都得在types里配置