'修改界面样式风格'

This commit is contained in:
2019-03-29 16:56:27 +08:00
parent 3df7e52e61
commit fe9afaa584
4 changed files with 180 additions and 6 deletions

11
root/single/about.html Normal file
View File

@@ -0,0 +1,11 @@
<div id="about">
{{about}}
</div>
<script>
var vm = new Vue({
el: "#about",
data: {
about: "AbOUT",
}
});
</script>