哪些年犯得傻瓜问题
可恶吧
这个作者很懒,什么都没留下…
展开
-
import { resolveComponent as _resolveComponent, createVNode as _createVNode, createTextVNode as _cr
| import { resolveComponent as _resolveComponent, createVNode as _createVNode, createTextVNode as _createTextVNode, withCtx as _withCtx, createCommentVNode as _createCommentVNode, createElementVNode as _createElementVNode, openBlock as _openBlock, createB原创 2023-03-02 13:34:08 · 715 阅读 · 0 评论 -
非必填写验证
非必填验证原创 2022-12-16 18:32:42 · 226 阅读 · 0 评论 -
div 超出部分隐藏有滚动条
滚动条原创 2022-12-08 14:52:54 · 1146 阅读 · 0 评论 -
背景图片填充整个div 不平铺
背景填充 不平铺原创 2022-12-08 14:26:43 · 705 阅读 · 0 评论 -
没有node-sass Windows 64-bit with Node.js 16.x
node-sass 问题原创 2022-12-05 13:41:14 · 322 阅读 · 0 评论 -
删掉node包
删掉node包原创 2022-12-05 09:52:04 · 452 阅读 · 0 评论 -
element ui 里面只能输入input 数字 +限制长度
element ui 里面只能输入input 数字 +限制长度原创 2022-12-02 17:06:48 · 934 阅读 · 0 评论 -
no such file or directory, lstat ‘C:\Users\lanzuo\AppData\Roaming\npm‘
no such file or directory, lstat 'C:\Users\lanzuo\AppData\Roaming\npm'原创 2022-06-27 18:00:22 · 2555 阅读 · 1 评论 -
node的个个版本的下载
他的地址很好用原创 2022-06-23 19:58:03 · 126 阅读 · 0 评论 -
VUE路由的跳转的4中方式
vue 路由跳转四种方式(带参数)router-link (带参数、不带参数)this.$router.push() (函数里面调用,1.2.3)this.$router.replce() (用法同上,push)this.$router.go(n)一.1.router-link (不带参数)<router-link :to="{name:'home'}"><router-link :to="{path:'/home'}"> //name,path都行,建议用n原创 2021-11-22 09:44:05 · 160 阅读 · 0 评论 -
VS禁止格式化
这个vs禁止格式化,发现下载了这个插件,直接把这个插件删除就可以了,或者禁用就可以了。但是本着点赞自愿,收藏吃灰,还是多少可以支持一下。原创 2021-11-18 14:06:25 · 364 阅读 · 0 评论 -
pc联想电脑下载最快的方法网站
网站官网的网站去下载把https://lestore.lenovo.com/但是本着点赞自愿,收藏吃灰,还是多少可以支持一下。原创 2021-11-18 13:23:37 · 354 阅读 · 0 评论 -
有关电脑pc,移动端,小程序,h5的写法,rem,px,vw的单位,区分转换
rem,px,vw,em的单位,区分转换rem,相对字体单位,相对HTML的字体尺寸;px,最常见的单位,屏幕的物理像素显示的点,通常一个物理像素点,他是根据屏幕大小去判定的呀,有时候屏幕大了会代表2个像素点;vw,视口宽度,也就是,也就是,1vw=1%*视图宽度。也就是说,一个视图100vw,白话就是100份中的一份;em,现在通常现在的浏览器,默认字体尺寸都是16px,1em =16 px 。em 会继承父级的尺寸,相对于他的父级的。区分转换1.我们假设pc的设计稿是以1920px为标准原创 2021-10-29 17:57:44 · 1137 阅读 · 0 评论 -
git 拉取所有远程分支
**git如何clone所有的远程分支**git clone只能clone远程库的master分支,无法clone所有分支,解决办法如下:找一个干净目录,假设是git_workcd git_workgit clone http://myrepo.xxx.com/project/.git ,这样在git_work目录下得到一个project子目录cd projectgit branch -a,列出所有分支名称如下:remotes/origin/devremotes/origin/relea原创 2021-10-09 15:27:41 · 1707 阅读 · 0 评论 -
git clone 命令参数
自使用了git后,就彻底喜欢上了,深深体会到了自由的感觉,记录一些简单的笔记和使用心得,仅供留迹,以备后查。。。git clone 命令参数:usage: git clone [options] [–] []-v, --verbose be more verbose-q, --quiet be more quiet--progress force progress reporting-n, --no-checkout don't原创 2021-10-09 15:16:51 · 3226 阅读 · 0 评论 -
npm run dev 和 npm run serve 的区别一秒get到点
npm run dev 和 npm run serve 的区别在下面里面找到这个就 npm run dev如果不是dev 是serve的话用npm run serve区别:这是脚手架的原因。npm run dev 是 vue-cli2npm run serve 是 vue-cli3原创 2021-10-08 09:40:26 · 638 阅读 · 0 评论 -
yarn遇到的问题啦,This may cause things to work incorrectly. Make sure to use the same version for both
yarn的时候出错,This may cause things to work incorrectly.If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.这个时候表示啊你的版本不匹配了vuevue@2.6.11vue-template-compiler@2.5.17方法吧vue改为和原创 2021-09-27 09:39:01 · 267 阅读 · 0 评论 -
vant的中文的文档
vant的中文的文档拿走把小傻瓜https://vant-contrib.gitee.io/vant/#/zh-CN/原创 2021-09-07 00:48:28 · 1975 阅读 · 0 评论 -
Failed to compile with 1 error。Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find modul
**Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find module ‘postcss-pxtorem’**错误解决啦方法npm i postcss-pxtorem@5.1.1原创 2021-09-06 21:02:40 · 714 阅读 · 0 评论 -
v-for on stateful component root element because it renders multiple elements
v-for on stateful component root element because it renders multiple elements解决不能直接在组件的根元素直接使用v-for,外面必须嵌套一层容器在在套个盒子啦eg:div,view原创 2021-09-04 18:47:33 · 130 阅读 · 0 评论 -
该项目的AppID非当前账号所有,请联系应用所有者设置你的账号为协作者或者在该项目
该项目的AppID非当前账号所有,请联系应用所有者设置你的账号为协作者或者在该项目原创 2021-09-02 21:20:59 · 9853 阅读 · 1 评论 -
Error in v-on handler (Promise/async): “TypeError: _this8.$messager is undefined“解决方法
不要选择第一个,因为权限太高。不要选,保存,100%报错;凶巴巴!!!原创 2021-08-24 22:46:58 · 1178 阅读 · 1 评论 -
安装的东西发现没有了,80%是防火墙的问题,傻瓜式教程
安装的东西发现没有了,80%是防火墙的问题1.2.傻瓜式2步3.傻瓜式34.傻瓜式4原创 2021-08-20 21:24:21 · 141 阅读 · 0 评论 -
less-router相关的报错
**凡是看到路由less这个的报错就是版本错误要降版本解决方法复制下面这个npm i less@3.9.0 less-loader@4.1.0 -s原创 2021-08-19 22:28:48 · 92 阅读 · 0 评论 -
run `npm fund` for details解决,前端开发:项目运行npm install 提示XXX ...for funding run `npm fund`...的解决方法
run npm fund for details解决,前端开发:项目运行npm install 提示XXX …for funding run npm fund…的解决方法35 packages are looking for fundingrun npm fund for detailsfound 18 vulnerabilities (3 low, 9 moderate, 6 high)run npm audit fix to fix them, or npm audit for details原创 2021-08-19 19:36:29 · 43533 阅读 · 7 评论 -
export default router
export default router多写一个删除一个就可以了原创 2021-08-18 21:53:54 · 927 阅读 · 0 评论 -
typore没有保存怎么找到
typore没有保存怎么找到1.打开Typora,点击文件 -> 选择偏好设置打开2.偏好设置模态框往下拉,找到保存&恢复,点击恢复未保存的文件3.点击之后就是你需要恢复的文件,双击打开就行。4.防止下次再忘记保存,可以开启自动保存...原创 2021-07-29 08:47:46 · 798 阅读 · 3 评论