diff --git a/demo/hello-vue.html b/demo/hello-vue.html index d8809a1..0964815 100644 --- a/demo/hello-vue.html +++ b/demo/hello-vue.html @@ -4,10 +4,10 @@ - Hello-Vue + Hello-Vue
diff --git a/demo/v-html.html b/demo/v-html.html new file mode 100644 index 0000000..60531f1 --- /dev/null +++ b/demo/v-html.html @@ -0,0 +1,27 @@ + + + + + + + + v-html + + +
+

+ +

+
+ + + diff --git a/demo/v-on.html b/demo/v-on.html new file mode 100644 index 0000000..b43c328 --- /dev/null +++ b/demo/v-on.html @@ -0,0 +1,35 @@ + + + + + + + + v-on + + +
+
+ +
+ + + diff --git a/demo/v-show.html b/demo/v-show.html new file mode 100644 index 0000000..96b3dc3 --- /dev/null +++ b/demo/v-show.html @@ -0,0 +1,29 @@ + + + + + + + + v-show + + +
+ + +

对象形式

+

{{ age }}

+
+ + + diff --git a/demo/v-text和插值语法.html b/demo/v-text和插值语法.html new file mode 100644 index 0000000..199c046 --- /dev/null +++ b/demo/v-text和插值语法.html @@ -0,0 +1,39 @@ + + + + + + + + + v-text和插值语法 + + +
+ +

测试

+

测试

+ +

{{ message }}!!{{ info }}

+
+ + +