This commit is contained in:
2019-05-30 18:39:55 +08:00
parent 7fd694fc69
commit 94c8a01b98
18 changed files with 188 additions and 17 deletions

14
root/single/core.html Normal file
View File

@@ -0,0 +1,14 @@
<div id="about">
<p>
<b>核心组件关系</b>
</p>
<img src="../res/img/Table-Link-Service.png">
</div>
<script>
var vm = new Vue({
el: "#about",
data: {
about: "AbOUT",
}
});
</script>