Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60fa20e

Browse files
committed
使用了组件的应用模板
1 parent 307595a commit 60fa20e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

gaishu-2/demo-2-03.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>使用了组件的应用模板</title>
6+
<script src="../js/vue.js"></script>
7+
</head>
8+
<body>
9+
<div id="app">
10+
<app-nav></app-nav>
11+
<app-view>
12+
<app-sidebar></app-sidebar>
13+
<app-content></app-content>
14+
</app-view>
15+
</div>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)