上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: env: { browser: true, jquery: true }, rules: { // 强制有分号 semi: ['error', 'always'], // 逗号 "comma-dangle": [0, "never"], //函数定义时括号前面要不要有空格 'space-before 阅读全文
posted @ 2020-03-23 22:38 AlanTao 阅读(1332) 评论(0) 推荐(0)
摘要: 1.安装 Prettier插件 Prettier - Code formatter 2.在setting.json配置里 "prettier.useEditorConfig": false, "prettier.semi": true, // 是否带分号 "prettier.singleQuote" 阅读全文
posted @ 2020-03-23 11:32 AlanTao 阅读(12367) 评论(0) 推荐(1)
摘要: /** * 页面刷新导航保持高亮 */ menuList() { let path = this.$route.matched[2].path this.navList.forEach((e, i) => { if (path.indexOf(e.query.path) != -1) { this. 阅读全文
posted @ 2020-03-19 15:51 AlanTao 阅读(664) 评论(0) 推荐(0)
摘要: <template> <div class="pagination_box"> <div class="pagination_wrap"> <ul class="clearfix"> <!-- prev --> <li class="first btn" :class="{'disabled': c 阅读全文
posted @ 2020-03-19 13:56 AlanTao 阅读(2312) 评论(0) 推荐(0)
摘要: 1.将loex.keystore文件复制到jdk的bin目录下, 如(C:\Alan\software\Java\jdk1.8.0_181\bin) 2.查看keystore的信息 keytool -list -keystore loex.keystore -alias loex.keystore 阅读全文
posted @ 2020-03-18 14:21 AlanTao 阅读(1591) 评论(0) 推荐(0)
摘要: 1. 首先得在极光注册开发者帐号: 附上极光官网连接https: //www.jiguang.cn/2. 创建好帐号后点进进入极光开发者服务》》 创建应用3. 创建好应用会生成一个AppKey(后面需要), 到这里还没完, 切记点击下方的完成推送设置按钮4. 点击后在推送设置里填写应用包名, 一定要 阅读全文
posted @ 2020-03-15 11:05 AlanTao 阅读(1368) 评论(0) 推荐(0)
摘要: window.onresize = () => { return (() => { let currentWidth = (document.documentElement.clientWidth || window.innerWidth) this.$store.commit('SETSCREEN 阅读全文
posted @ 2020-03-11 18:39 AlanTao 阅读(487) 评论(0) 推荐(0)
摘要: <template> <div class="common_conponents common_conponents_base_input"> <div class="input_item_wrap" v-if="property.type 'text' || property.type 'pass 阅读全文
posted @ 2020-03-07 16:04 AlanTao 阅读(195) 评论(0) 推荐(0)
摘要: import share from './index.vue' export default { install: (Vue) => { Vue.prototype.$share = (options) => { // 1.创建构造器,定义好提示信息的模板 const instance = Vue.extend(share); // 2.创建实例,挂载到文档以后的地方 let currentSha 阅读全文
posted @ 2019-12-08 22:18 AlanTao 阅读(2422) 评论(0) 推荐(0)
摘要: 1.cordova 的安桌动画cordova plugin add cordova-plugin-lottie-splashscreenhttps://github.com/timbru31/cordova-plugin-lottie-splashscreen 一.安装androidXcordova 阅读全文
posted @ 2019-11-22 14:13 AlanTao 阅读(452) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 26 下一页