logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

本地项目推送线上新建git仓库出现git 错误:源引用规格 master 没有匹配

git拉取线上项目把.git隐藏文件夹移动到本地项目根目录本地项目提交代码,git add . && git commit -m "feat: … "运行命令git branch --unset-upstreamgit push --set-upstream origin master

文章图片
#git
解决vite项目tailwindcss不生效!!(Vue3、tailwindcss失效)

vite.config.ts或者vite.config.js// ...plugins: [// ...config: 'tailwind.config.js', // Tailwind CSS 配置文件路径}),],})

文章图片
#vue.js#前端#javascript
解决vite项目tailwindcss不生效!!(Vue3、tailwindcss失效)

vite.config.ts或者vite.config.js// ...plugins: [// ...config: 'tailwind.config.js', // Tailwind CSS 配置文件路径}),],})

文章图片
#vue.js#前端#javascript
uniapp运行app[ERROR] : [Vue warn]: Failed to mount component: template or render function not defined.

报错15:36:03.315 [ERROR] : [Vue warn]: Failed to mount component: template or render function not defined.15:36:03.316 (found at App.vue:1) __ERROR在main.js中加上App.mpType = ‘app’;

#前端
到底了