摘要:
一\先看elementUI说明 项目实际 此时点击活导航时以 index 作为 path 进行路由跳转 那么此时不要onclik事件了 如果此时有在有click 就 阅读全文
摘要:
vue.文件的调试 方法:在chrome浏览器中,F12,在Sources中ctrl+F 查找leftMenu.vue, 打断点,F8完成加载 阅读全文
摘要:
问题:ngnix将8080转成80对外访问,找不对woff2等文件 一\ 搭建环境 ngnix-->conf中 server { listen 80; server_name 10.9.240.9; location / { proxy_pass http://localhost:8080; } } 阅读全文
摘要:
遍历加载list数据,类似el-table 一、问题描述 由于VantUI中没有类似于el-table的table组件,看官网的范例,只找到了cell组件有v-for 阅读全文
摘要:
Vant UI组件库基本使用 一、Vant官网 https://youzan.github.io/vant/#/zh-CN/ 二、安装Vant npm install --save vant 三、安装插件 babel-plugin-import npm i babel-plugin-import - 阅读全文