vue
vue 开发
qq_view
这个作者很懒,什么都没留下…
展开
-
实现商品筛选的2种方法 vue和jQuery
vue写法 <tr v-for="(item,index) in baa" @click="add($event,index)" :key="index"> <td width="70">{{item.name}}</td> <td class="td_a"> <a href="#" class="s" v-for='(items) of item.arr'> {{items}}&原创 2021-06-14 16:59:02 · 201 阅读 · 0 评论 -
vue项目打包配置
vue-cli4项目配置cdn引入静态资源 参考 项目打包配置 1、项目上线后端允许跨域 2、路由模式设置为hash 2、项目优化 路由懒加载 图片懒加载 v-if 和v-for不要使用在同一个标签 移除console.log() https://blog.csdn.net/qq_25003027/article/details/111245687 使用CND资源 vue vue-router elementUI vant axios swiper 配置两个入口文件(判断是开发阶段还是生产阶段走不同的入口原创 2021-06-09 11:06:06 · 159 阅读 · 0 评论