基本步骤先准备好 npm install -g vue-cli npm init webpack cnpm i element-ui -S 修改/src/main.js // The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue from 'vue' imp…
使用vue-cli 3.0+Element-ui时候,调用form表单校验时候出现的问题是: Property 'validate' does not exist on type 'Element | Element[] | Vue | Vue[]'. Property 'validate' does not exist on type 'Element'. 解决方案 (this.$refs.form as any).validate((valid: boolean) => { if (vali…
vue & vue router & match bug match bugs solution name must be router https://stackoverflow.com/a/44618867/5934465 OK import default module bug default !== {module name} xgqfrms 2012-2020 www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!…