加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
01.学习目标.html 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
牛中坡 提交于 2020-05-25 22:58 . feat: Vue模板语法
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
<p>能说出Vue的基本用法</p>
<p>能说出Vue模板语法</p>
<p>能说出Vue的常用特性</p>
<p>能基于Vue实现案例效果</p>
</div>
<h3>目录</h3>
<div>
<p>Vue概述</p>
<p>Vue基本使用</p>
<p>Vue模板语法</p>
<p>基础案例</p>
<p>Vue常用特性</p>
<p>综合案例</p>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化