- 博客(44)
- 收藏
- 关注
原创 Hbuilder创建的项目(uniApp + Vue3)中引入UnoCSS原子css引擎
UnoCS通过简化和优化CSS的编写过程来提高Web开发的效率和可维护性。同时还支持预设变量和规则。这些可参看官网进行配置。Unocss通过其原子化方法、高度的可定制性和强大的集成能力,为开发提供了一个高效、灵活且易于维护的CSS。
2024-08-26 15:46:39
2026
4
原创 vue3+vite项目运行出现警告:Feature flag __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ is not XXX
Feature flag __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ is not XXX
2024-03-01 09:58:57
992
1
原创 element-ui组件的 el-date-picker回显后,不能修改时间
element-ui组件的 el-date-picker回显后,不能修改时间
2023-09-09 09:37:21
886
原创 vue3创建新项目报错:Cannot find module ‘xxx‘
Cannot find module 'vue'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
2023-06-15 19:51:22
2072
原创 webstorm vue3+ts报错:Cannot find module ‘@/views/xxx.vue‘ or its corresponding type declarations
webstorm vue3+ts报错:Cannot find module '@/views/xxx.vue' or its corresponding type declarations
2023-05-14 07:59:55
11243
1
原创 yarn : 无法加载文件 D:\node\yarn.ps1,因为在此系统上禁止运行脚本。
然后再次输入get-ExecutionPolicy即可看到RemoteSigned就已完成。然后输入set-ExecutionPolicy -Scope CurrentUser。的执行策略阻止了此次操作,
2023-05-09 12:08:37
968
原创 git 报错:! [rejected] master -> master (non-fast-forward)
non-fast-forward:译为‘不能快速前进’,远程仓库更新了,你没有及时同步到本地,提交的时候添加了新的内容,提交的时候,然后检测到远程和本地不一样。为了安全起见,报了这个错误。1. 先把git的东西fetch到本地,需要合并就就合并,然后再push。可以先合并之前的历史,在进行提交。
2023-04-06 13:54:20
5219
原创 git push报错:! [remote rejected] master -> master (pre-receive hook declined)
git push报错:! [remote rejected] master -> master (pre-receive hook declined)
2023-04-06 13:22:34
1710
1
原创 node报错nvm use 报错 exit status 1:□□□□□乱码
使用nvm use node版本的时候出现了报错:exit status 1:□□□□□。关闭命令窗口,使用管理员方式打开,重新操作就好。
2023-04-04 11:12:35
161
原创 使用vite-plugin-style-import插件报错Cannot find module ‘consola‘和解决方法
vite-plugin-style-import插件报错Cannot find module 'consola'
2022-12-05 09:36:06
8676
原创 记录Vue3中引入tailwindcss和antDesign Vue,使用message出现的样式问题
记录Vue3中引入tailwindcss和antDesign Vue,使用message出现的样式问题
2022-11-30 10:49:16
2153
1
原创 “RouteRecordRaw“ 是一种类型,在同时启用了 “preserveValueImports“ 和 “isolatedModules“ 时,必须使用仅类型导入进行导入。
"RouteRecordRaw" 是一种类型,在同时启用了 "preserveValueImports" 和 "isolatedModules" 时,必须使用仅类型导入进行导入。
2022-11-19 11:20:41
7426
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人