随笔分类 -  javascript

摘要:1. 项目精简删除scr/views下的源码, 保留: dashboard:首页 error-page:异常页面 login:登录 redirect:重定向 对src/router/index 进行相应修改 1 import Vue from 'vue' 2 import Router from ' 阅读全文
posted @ 2020-12-03 20:10 遥~ 阅读(221) 评论(0) 推荐(0)
摘要:一、when use "v-infinite-scroll="loadMore": 二、the reason in plugins("{ src:'~plugins/vue-infinite-scroll.js' ,ssr: false}" before "{ src:'~plugins/eleme 阅读全文
posted @ 2020-07-26 10:00 遥~ 阅读(2210) 评论(0) 推荐(0)
摘要:<div> <input type="text" id="jumpPage"/> <input type="button" value="GO" onclick="Jump();" /> Total Pages:<input type="text" id="totalPages" value="{{ 阅读全文
posted @ 2020-06-08 22:42 遥~ 阅读(1089) 评论(0) 推荐(0)