项目设置alias后vscode点击路径没法跳转以及找不到文件引用等

前端 

项目设置alias后vscode点击路径没法跳转以及找不到文件引用等1.解决方案项目根目录添加一个jsconfig.json文件,内容如下:{ "compilerOptions": { "baseUrl": "./", &qu

npm install长时间卡在idealTree:vue: sill idealTree buildDeps的解决办法

npm install长时间卡在idealTree:vue: sill idealTree buildDeps的解决办法

前端 

关于解决vue-element-admin在vscode提示 Vue 2 does not have JSX types definitions......

今天从git上拉下来了vue-admin-template准备做个新项目,运行一切正常,但是vscode一直在右下角提示 “1 know issue”,点开看写的是:Vue 2 does not have JSX types definitions, so template type checking will not work correctly. You can resolve this problem by installing @vue/runtime-dom and adding it to your project's devDependencies.

前端 

Vue 警告Extraneous non-props attributes were passed to component but could not be automatically...

前端 

闲来无事准备用uni写一个app,正在疯狂敲键盘的时候注意到一个warn,说是无关的属性被传递给了组件,但不能自动自动继承云云。本人非专业前端自己琢磨加上百度了一通都没找到解决办法。

element 自定义form表单校验规则导致validate不执行

前端 

element 自定义form表单校验规则导致validate不执行