From d4c9063b4cb4b6a5ceccb883844e7ed2c6915837 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 14 Sep 2021 11:12:06 -0400 Subject: [PATCH] test: add v-cloak case --- index.html | 1 + tests/cloak.html | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tests/cloak.html diff --git a/index.html b/index.html index 10fa4b4..2a1fac5 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@

Tests

  • v-html
  • v-text
  • v-pre
  • +
  • v-cloak
  • reactive
  • Multi mount
  • Custom delimiters
  • diff --git a/tests/cloak.html b/tests/cloak.html new file mode 100644 index 0000000..82a4f13 --- /dev/null +++ b/tests/cloak.html @@ -0,0 +1,18 @@ + + +
    +
    {{ msg }}
    + +
    + + \ No newline at end of file