From d86c6ecf5bb1a1f784680e846c32ef7c68691a62 Mon Sep 17 00:00:00 2001 From: viletyy Date: Wed, 7 Oct 2020 22:49:39 +0800 Subject: [PATCH] =?UTF-8?q?[ADD]=E4=BB=8B=E7=BB=8Dvue.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..4389058 --- /dev/null +++ b/index.html @@ -0,0 +1,129 @@ + + + + + + + + + + Page Title + + + + + + + +
+ {{ message }} +
+ +
+ + 鼠标悬停几秒钟查看此处动态绑定的提示信息 + +
+ +
+

现在你看到我了

+
+ +
+
    +
  1. {{todo.text}}
  2. +
+
+ +
+

{{message}}

+ +
+ +
+

{{ message }}

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