This commit is contained in:
2019-04-11 23:04:13 +08:00
parent 6e7388ddf4
commit 14795814e3
24 changed files with 384 additions and 66 deletions

View File

@@ -1,5 +1,6 @@
<div id="about">
<h3>解放生产力,告别重复、累赘;流水线式的创造基础软件;集中火力构筑更扎实的城墙;</h3>
<img src="../res/img/code_history.png">
</div>
<script>
var vm = new Vue({

12
root/single/code.html Normal file
View File

@@ -0,0 +1,12 @@
<div id="about">
<img src="../res/img/code.png">
</div>
<script>
var vm = new Vue({
el: "#about",
data: {
about: "AbOUT",
}
});
</script>