'修改界面样式风格'
This commit is contained in:
11
root/single/about.html
Normal file
11
root/single/about.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<div id="about">
|
||||
{{about}}
|
||||
</div>
|
||||
<script>
|
||||
var vm = new Vue({
|
||||
el: "#about",
|
||||
data: {
|
||||
about: "AbOUT",
|
||||
}
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user