摘要: 视频 安装vetur vue代码高亮 没安装脚手架的时候,浏览器不认ES6标准 #HTML <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>练习一下单文件组件的语法</title> </head> <body> <!-- 准 阅读全文
posted @ 2023-03-17 21:05 垂序葎草 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 视频58 视频59 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>一个重要的内置关系</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue 阅读全文
posted @ 2023-03-17 20:34 垂序葎草 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>VueComponent</title> <script type="text/javascript" src="../js/vue.js"></script> </he 阅读全文
posted @ 2023-03-17 20:00 垂序葎草 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>组件的嵌套</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue.js"></scri 阅读全文
posted @ 2023-03-17 19:45 垂序葎草 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>几个注意点</title> <script type="text/javascript" src="../js/vue.js"></script> </head> <bo 阅读全文
posted @ 2023-03-17 19:37 垂序葎草 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>基本使用</title> <script type="text/javascript" src="../js/vue.js"></script> </head> <bod 阅读全文
posted @ 2023-03-17 18:17 垂序葎草 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 视频 阅读全文
posted @ 2023-03-17 17:51 垂序葎草 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>引出生命周期</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue.js"></scr 阅读全文
posted @ 2023-03-17 17:31 垂序葎草 阅读(21) 评论(0) 推荐(0) 编辑
摘要: [挂载流程视频49](https://www.bilibili.com/video/BV1Zy4y1K7SH?p=49&spm_id_from=pageDriver&vd_source=009479c86159d637f652d9b02ff7815d) [更新流程视频50](https://www. 阅读全文
posted @ 2023-03-17 16:44 垂序葎草 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>引出生命周期</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue.js"></scr 阅读全文
posted @ 2023-03-17 15:57 垂序葎草 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 视频45 视频46 视频47 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>自定义指令</title> <script type="text/javascript" src="../js/vue.js"></script> 阅读全文
posted @ 2023-03-17 15:43 垂序葎草 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>v-pre指令</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue.js"></sc 阅读全文
posted @ 2023-03-17 15:39 垂序葎草 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>v-once指令</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue.js"></s 阅读全文
posted @ 2023-03-17 15:04 垂序葎草 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 20230317 顺利通过 20230319 顺利通过 20230408 思路没记住 原题解 ###题目 约束 ###题解 class Solution { public: bool wordBreak(string s, vector<string>& wordDict) { auto wordD 阅读全文
posted @ 2023-03-17 02:29 垂序葎草 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 20230317 顺利通过 20230319 顺利通过 20230406 顺利通过 原题解 ###题目 约束 ###题解 class Solution { public: int singleNumber(vector<int>& nums) { int ret = 0; for (auto e: 阅读全文
posted @ 2023-03-17 02:25 垂序葎草 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>v-cloak指令</title> <style> [v-cloak]{ display:none; } </style> <!-- 引入Vue --> </head> 阅读全文
posted @ 2023-03-17 02:16 垂序葎草 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>v-html指令</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue.js"></s 阅读全文
posted @ 2023-03-17 02:04 垂序葎草 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>v-text指令</title> <!-- 引入Vue --> <script type="text/javascript" src="../js/vue.js"></s 阅读全文
posted @ 2023-03-17 01:46 垂序葎草 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>过滤器</title> <script type="text/javascript" src="../js/vue.js"></script> <script type= 阅读全文
posted @ 2023-03-17 01:02 垂序葎草 阅读(11) 评论(0) 推荐(0) 编辑