-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathexample5.html
More file actions
26 lines (24 loc) · 807 Bytes
/
Copy pathexample5.html
File metadata and controls
26 lines (24 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title>avalon2+mmRouter</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<script src="./dist/example5.js"></script>
<style>
.tabs a{
display: inline-block;
margin-right: 1em;
height:20px;
line-height: 20px;
text-align: center;
}
</style>
</head>
<body ms-controller="test">
<h1>avalon2+mmRouter</h1>
<p>使用webpack对 avalon与mmRouter进行打包(ms-html切换卡)</p>
<p class="tabs"><a id="aaa" href='#!/aaa'>aaa</a><a href='#!/bbb'>bbb</a><a href='#!/ccc'>ccc</a></p>
<div ms-html="@main"></div>
</body>
</html>