diff --git "a/\350\246\203\346\210\220\345\233\255/2022.03.29Vue\351\241\265\351\235\242/Vue.html" "b/\350\246\203\346\210\220\345\233\255/2022.03.29Vue\351\241\265\351\235\242/Vue.html"
new file mode 100644
index 0000000000000000000000000000000000000000..33fdef997b1401784245d1bb1dbd82d09cb9b8d2
--- /dev/null
+++ "b/\350\246\203\346\210\220\345\233\255/2022.03.29Vue\351\241\265\351\235\242/Vue.html"
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+ 第一个Vue案例
+
+
+ vue就是实现了MVVM的一个js框架,从文件角度看vue是一个js文件,从数据结构角度去看vue是一个对象(js的class对象底层是个function)
+
+
+ {{message}}
+ {{show}}
+
+
+
+
+
+
diff --git "a/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/1.jpg" "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..3b2828a27ac1a51c2e0768ca1fe8a78641892bd7
Binary files /dev/null and "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/1.jpg" differ
diff --git "a/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/11.html" "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/11.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6aa8d0b065aa262f9ccd62bc4d2596335ba09fe6
--- /dev/null
+++ "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/11.html"
@@ -0,0 +1,90 @@
+
+
+
+
+
+ 注册页面
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/login.css" "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/login.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text01.html" "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text01.html"
new file mode 100644
index 0000000000000000000000000000000000000000..8011370691daad4a78035921b7b3525926a3fc3a
--- /dev/null
+++ "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text01.html"
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+ my register
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text02.html" "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text02.html"
new file mode 100644
index 0000000000000000000000000000000000000000..a0ccfff25d7f719b3af1c0c2cb4e5c08af83eb8d
--- /dev/null
+++ "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text02.html"
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text03.html" "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text03.html"
new file mode 100644
index 0000000000000000000000000000000000000000..50703d5bee2c6cdae664c3a4424a127208f29d2b
--- /dev/null
+++ "b/\350\246\203\346\210\220\345\233\255/2022.03.31vue\346\270\262\346\237\223html\347\231\273\345\275\225\351\241\265\351\235\242/text03.html"
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
揭秘女明星每天哈哈的排名
+
+
+
+
+ {{role.name}} / {{role.grade}}
+
+
+
+ {{role.name}} / {{role.grade}}
+
+ 请选择你喜欢的女明星:
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file