- 博客(7)
- 收藏
- 关注
原创 vscode 使用 bootstrap 类时带提示
在vscode中添加插件 IntelliSense for CSS class names in HTML 或其他css类名补全插件即可。效果如下:
2022-05-20 20:26:19
3571
2
原创 启动Vue项目设置默认浏览器为Chrome
方法一:1.打开【控制面板】(右键win,选择搜索,输入控制面板)2.打开【默认程序】3.选择【设置默认程序】4.修改默认浏览器为Chrome方法二:1.打开设置 (窗口处右键 -- 设置)2.选择【应用】3.选择【默认应用】4.更改默认方式为Chrome...
2022-03-23 00:05:49
5000
1
原创 vscode中创建代码片段
1.点击【文件】--【首选项】--【用户片段】2.输入vue,选择【vue.json(Vue)】3.粘贴下方代码(可自行修改){ "Print to console": { "prefix": "v", "body": [ "<template>", " <div>\n", " </div>", "<
2022-03-22 23:40:12
1553
原创 运行文件时突然出现“This dependency was not found:xxx”错误
This dependency was not found:xxx
2022-03-20 14:08:17
3135
原创 TypeError: this._router.init is not a function
跟着尚硅谷学vue-router时报的一个错误,百度好久没有解决,最后重新看了视频好几遍才发现有个地方写错了。原来代码:更改后代码:注:在Vue中创建配置项router时多加了单引号导致的错误,以后好留意这些细节的东西!!!...
2022-01-17 10:00:02
4273
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人