摘要:
1 // 请求代理机制: 2 proxyTable: { 3 '/api/**': {//当你的请求是以api开头的时候,将请求转发到当前服务器的8088端口上,只是路径做一个替换,pathRewrite 4 target: 'http://localhost:8088/', 5 pathRewrite:{ 6 '^... 阅读全文
摘要:
1 //Tree.vue 2 3 4 5 6 7 {{ model.menuName }} 8 9 10 11 12 13 14 37 52 53 //views/tree/index.vue 54 55 56... 阅读全文
摘要:
1 2 3 4 5 6 7 购物车动画 8 66 67 68 69 70 71 72 73 74 75 76 427 428 阅读全文
摘要:
1 29 30 你敢悬停在我上面吗? 阅读全文
摘要:
1 40 41 42 43 1 //html 2 3 4 5 6 7 8 9 //css 10 @keyframes scale { 11 ... 阅读全文
摘要:
1 2 3 4 5 Echarts图表 6 7 8 9 10 11 12 阅读全文
摘要:
1.TagsView.vue 2.ScrollPane.vue:是当tagView内容超出一行时候的滚动(将鼠标悬浮在那一行上,不出现滚动条,该行就可以滚动) 3.Store/tagsView.js 4.将tagsView.js引入到store/index.js中 总体功能分析: 1.选择左侧菜单的 阅读全文
摘要:
用来将其放到navbar中; Breadcrumb/index.vue 阅读全文
摘要:
方式一: 1.安装clipboard:npm install clipboard 2.src/utils/clipboard.js 3.vue代码 方式二:src/directive/clipboard/clipboard.js src/directive/clipboard/index.js np 阅读全文
摘要:
1. npm install jszip /npm install script-loader / npm install file-saver 2.功能代码 3.调用代码: 阅读全文