03 2022 档案

摘要:<!DOCTYPE html> <html> <body> <div id="app1"> <!--三、指令--> <!--1.插值表达式--> {{name}} <!--2.v-text 绑定文本--> <div v-text='age'></div> <!--3.v-html 绑定html--> 阅读全文
posted @ 2022-03-07 00:08 赵钱富贵 阅读(25) 评论(0) 推荐(0) 编辑
摘要:1.html <html> <script src="https://lib.baomitu.com/jquery/3.6.0/jquery.js"></script> <script src="mock/main.js" type="module"></script> <script> var l 阅读全文
posted @ 2022-03-05 23:29 赵钱富贵 阅读(30) 评论(0) 推荐(0) 编辑
摘要:npm install时报 npm ERR! code EINTEGRITY 删除package.lock.json文件 npm cache clean --force npm install 重新安装 阅读全文
posted @ 2022-03-02 13:54 赵钱富贵 阅读(27) 评论(0) 推荐(0) 编辑