随笔分类 -  前端

摘要:##1、删除硬盘中的vue cli 使用 where vue 查看 vue的安装位置 使用vue -V查看vue是否被卸载 ##2、安装新版vue 使用命令npm install -g @vue/cli 查看vue版本 问题解决 阅读全文
posted @ 2020-06-15 19:24 神无二一 阅读(2529) 评论(0) 推荐(0)
摘要:解决: npm uninstall node-sass npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 阅读全文
posted @ 2020-06-13 16:38 神无二一 阅读(6314) 评论(1) 推荐(2)
摘要:```css ``` 阅读全文
posted @ 2020-05-13 14:26 神无二一 阅读(6370) 评论(0) 推荐(0)
摘要:```html:root { --side-bar-bg-color: #b9ffd126; --control-text-color: #f9faf9fc;}@include-when-export url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=lati... 阅读全文
posted @ 2020-05-09 16:48 神无二一 阅读(589) 评论(0) 推荐(0)
摘要:```htm ``` ```javascript ``` 阅读全文
posted @ 2020-04-21 10:58 神无二一 阅读(4951) 评论(0) 推荐(0)
摘要:原因: 输入框放在了 表单中 解决方法:将 换成`div` 阅读全文
posted @ 2020-04-21 10:48 神无二一 阅读(296) 评论(0) 推荐(0)