diff --git a/15_内置指令/4.v-once_指令.html b/15_内置指令/4.v-once_指令.html new file mode 100644 index 0000000..1e34d6d --- /dev/null +++ b/15_内置指令/4.v-once_指令.html @@ -0,0 +1,39 @@ + + + + + v-once + + + +
+

n的初始值:{{n}}

+

当前n值:{{n}}

+ +
+ + + + + \ No newline at end of file diff --git a/15_内置指令/5.v-pre_指令.html b/15_内置指令/5.v-pre_指令.html new file mode 100644 index 0000000..3f51243 --- /dev/null +++ b/15_内置指令/5.v-pre_指令.html @@ -0,0 +1,40 @@ + + + + + v-pre + + + +
+

Vue的v-pre质量

+

当前n值:{{n}}

+ +
+ + + + + \ No newline at end of file