- 博客(103)
- 收藏
- 关注
原创 Nuxt报错[nuxt] error caught during app initialization H3Error: Failed to fetch dynamically imported...
页面跳转没有使用useRouter,使用location.href;或者使用a标签跳转没有使用官方组件NuxtLink等。location.href = xxx 替换成 $router.push(xxx)
2025-03-05 10:26:12
598
原创 css父元素设置宽度当子元素(图片)设置宽度超过父元素时会缩小子元素(图片)问题处理~~
【代码】css父元素设置宽度当子元素(图片)设置宽度超过父元素时会缩小子元素(图片)问题处理~~
2024-12-05 15:35:27
151
原创 nuxt3添加wowjs动效
路径/node_modules/wowjs/dist/wow.js。不知道路径则查看node_modules/wowjs/package.json里面的main选项。路径/plugins/wowjs.client.ts。注意后缀名.client.ts不可更改。
2024-11-12 15:35:43
549
原创 解决vite项目tailwindcss不生效!!(Vue3、tailwindcss失效)
vite.config.ts或者vite.config.js// ...plugins: [// ...config: 'tailwind.config.js', // Tailwind CSS 配置文件路径}),],})
2024-11-08 13:35:37
4185
原创 node-sass/vendor/linux-x64-72 : Error: EACCES: permission denied, mkdir
node-sass
2024-10-22 16:05:17
179
原创 处理elementUi报错出现aria-hidden=“true“问题
【代码】处理elementUi报错出现aria-hidden=“true“问题。
2024-09-30 10:00:15
1435
原创 微信小程序预览PDF、H5预览PDF、网页预览PDF,并添加专属文字水印
【代码】微信小程序预览PDF、H5预览PDF、网页预览PDF,并添加专属文字水印。
2024-08-14 12:01:36
2827
原创 项目中万能使用tailwindcss,无版本冲突、报错
新建两个css文件tailwindInput.css、tailwindOutput.css。
2024-08-02 16:11:15
1215
原创 本地项目推送线上新建git仓库出现git 错误:源引用规格 master 没有匹配
git拉取线上项目把.git隐藏文件夹移动到本地项目根目录本地项目提交代码,git add . && git commit -m "feat: … "运行命令git branch --unset-upstreamgit push --set-upstream origin master
2024-06-19 10:28:23
544
原创 nuxt3部署服务器pm2启动报 require() of ES Module模块不合适错误,解决
【代码】nuxt3部署服务器pm2启动报 require() of ES Module模块不合适错误,解决。
2024-06-17 10:26:10
556
原创 Homebrew安装、 Mac上pyenv的安装与使用,复制黏贴搞定,网上教程看得眼花缭乱的来看看,简单明了一步到胃!!
安装 Homebrew/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"安装pyenvbrew install pyenv添加到终端使用的配置文件.zshrc、.bashrc避免不必要的麻烦两个终端的配置文件都进行添加,文件在当前用户目录,如果看不到按command + shift + .,文件名:.zshrc、.bashrc,打开把下面的复制进去expor
2024-05-25 10:32:07
1363
原创 vue3 + tinymc 中文汉化、上传图片 && 限制图片上传大小、预览编写的内容
【代码】vue3 + tinymc 中文汉化、上传图片 && 限制图片上传大小、预览编写的内容。
2024-04-16 15:03:12
659
原创 使用html2canvas导出页面某一块内容为图片保存到本地(示例)
【代码】使用html2canvas导出页面某一块内容为图片保存到本地(示例)
2024-02-27 14:33:27
899
原创 未找到 van-toast 节点,请确认 selector 及 context 是否正确(Vant Weapp引入组件找不到context 是否正确)
引入Vant Weapp的组件必须在路由能跳转的page页面使用才能生效,否则组件Options配置有context选项的的指向this。
2024-02-27 14:13:57
1824
原创 微信小程序使用sass编写样式转换成wxss
计算机当前用户目录]/.vscode/extensions/spook.easysass-0.0.6。
2024-02-19 16:44:50
797
原创 「nuxt2配置tailwindcss」nuxt2添加tailwindcss详细步骤!解决版本不对称各种报错~~复制黏贴搞定!
【代码】nuxt2添加tailwindcss详细步骤!解决版本不对称各种报错~~
2024-01-23 15:02:30
1149
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人