From cd1c55d56e0e9a5ff9f2a855bd837d1532cc60dd Mon Sep 17 00:00:00 2001 From: RogerSunMac Date: Wed, 4 Jan 2023 23:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E4=BA=86v-once=E5=92=8Cv-pre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 15_内置指令/4.v-once_指令.html | 39 +++++++++++++++++++++++++++ 15_内置指令/5.v-pre_指令.html | 40 ++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 15_内置指令/4.v-once_指令.html create mode 100644 15_内置指令/5.v-pre_指令.html 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