默认视图
概述
声明默认视图
<!DOCTYPE HTML>
<html>
<head>
<link rel = "stylesheet" href = "js/plugin/view/view.min.css"/>
<link rel = "stylesheet" href = "css/main/view1.css"/>
<link rel = "stylesheet" href = "css/main/view2.css"/>
</head>
<body>
<section data-view-id = "view1">
...
</section>
<section
data-view-id = "view2"
data-view-default = "true">
...
</section>
<script type = "text/javascript" src = "js/plugin/view/view.min.js"></script>
</body>
</html>Last updated