.
This commit is contained in:
14
root/single/core.html
Normal file
14
root/single/core.html
Normal 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>
|
||||
Reference in New Issue
Block a user