1 Star 0 Fork 0

vs code project/vue study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
wind612 提交于 2021-08-27 18:16 . vue3的基本测试
<!DOCTYPE html>
<html>
<head>
<!-- <script src="http://code.jquery.com/jquery-1.6.min.js"></script> -->
<!--jquery官网接口-->
<meta charset="UTF-8">
<title>vue test</title>
<link rel="stylesheet" href="styles/mystyle.css" />
</head>
<body>
<h2>vue study.</h2>
<ul>
<li>
<a href="vue2_study.html" >vue2 study</a>
</li>
<li>
<a href="vue3_study.html" >vue3 study</a>
</li>
</ul>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/windgroup/vue-study.git
[email protected]:windgroup/vue-study.git
windgroup
vue-study
vue study
master

搜索帮助