diff --git "a/\346\233\276\345\251\267/5.25day vue\345\256\211\350\243\205\345\217\212vue\345\256\236\344\276\213.md" "b/\346\233\276\345\251\267/5.25day vue\345\256\211\350\243\205\345\217\212vue\345\256\236\344\276\213.md" new file mode 100644 index 0000000000000000000000000000000000000000..44cd3d4a1fc5992466a86c6526dcfa7ffe34fc32 --- /dev/null +++ "b/\346\233\276\345\251\267/5.25day vue\345\256\211\350\243\205\345\217\212vue\345\256\236\344\276\213.md" @@ -0,0 +1,14 @@ +# Vue安装 +## 直接引入 +``` +https://cdn.jsdelivr.net/npm/vue/dist/vue.js +``` +## 双向绑定数据绑定数据 +![](/img/01.png) + +## 演示 +前端传数据,后端输出 +![](/img/02.png) +![](/img/03.png) + + diff --git "a/\346\233\276\345\251\267/img/01.png" "b/\346\233\276\345\251\267/img/01.png" new file mode 100644 index 0000000000000000000000000000000000000000..121b6c7ed3a144ca11041b07b045f34922b03a6d Binary files /dev/null and "b/\346\233\276\345\251\267/img/01.png" differ diff --git "a/\346\233\276\345\251\267/img/02.png" "b/\346\233\276\345\251\267/img/02.png" new file mode 100644 index 0000000000000000000000000000000000000000..63e5357266921915047d5c80bc86b0c282fd1437 Binary files /dev/null and "b/\346\233\276\345\251\267/img/02.png" differ diff --git "a/\346\233\276\345\251\267/img/03.png" "b/\346\233\276\345\251\267/img/03.png" new file mode 100644 index 0000000000000000000000000000000000000000..6f703768fd6ebbc189af3d7453f7bc5ac6eb58d6 Binary files /dev/null and "b/\346\233\276\345\251\267/img/03.png" differ