随笔分类 -  Vue

摘要:npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ npm config set registry https://registry.npm.taobao.org 这样再一键安装vue-cli3就不会有报 阅读全文
posted @ 2020-05-06 14:03 是你的天天呢 阅读(564) 评论(0) 推荐(0)
摘要:// 和自定义过滤器一样,我们这里定义的是全局指令 Vue.directive('focus',{ inserted(el) { el.focus() } }) <div id='app'> <input type="text"> <input type="text" v-focus placeho 阅读全文
posted @ 2020-04-22 20:48 是你的天天呢 阅读(365) 评论(0) 推荐(0)