diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/2021_06_01_Vue\347\254\254\345\205\255\346\254\241\350\257\276\347\250\213.md" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/2021_06_01_Vue\347\254\254\345\205\255\346\254\241\350\257\276\347\250\213.md" new file mode 100644 index 0000000000000000000000000000000000000000..a35940a5d41975c1f1cabda9cd09a47c04048005 --- /dev/null +++ "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/2021_06_01_Vue\347\254\254\345\205\255\346\254\241\350\257\276\347\250\213.md" @@ -0,0 +1,161 @@ +# `· v-for ·` 把一个数组对应为一组元素 + +## 回顾 v-for 的使用 + +``` +
+ +
+ + +``` + +## v-for可以遍历对象 + +``` +
+ + + + +
+ + {{index+1}} - {{ key }} : {{ val }} +
+
+ + +``` + +## 将数组id偶数的元素高亮 + +``` + +
+ + + + + +
+ + +``` \ No newline at end of file diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-41-41.JPG" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-41-41.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..cb5dd7feeb60b4f8e9a773eb9ee667130b9c1db3 Binary files /dev/null and "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-41-41.JPG" differ diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-41-46.JPG" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-41-46.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..76fcd77c57c71010335c29927bfc1498c7854e11 Binary files /dev/null and "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-41-46.JPG" differ diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-59-31.JPG" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-59-31.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..cfb64e08382724381bdb511c7c9a558edd8a372a Binary files /dev/null and "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 14-59-31.JPG" differ diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-2-24.JPG" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-2-24.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..ee754dffd848d529e66dcd9e89b16d05e9138ef4 Binary files /dev/null and "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-2-24.JPG" differ diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-24-54.JPG" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-24-54.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..2a7dc36f434c1b72d464e5f7dfc768747055d86e Binary files /dev/null and "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-24-54.JPG" differ diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-35-16.JPG" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-35-16.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..715b93ea2eb44aca0ef41879e90be9bf71dff816 Binary files /dev/null and "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-35-16.JPG" differ diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-7-30.JPG" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-7-30.JPG" new file mode 100644 index 0000000000000000000000000000000000000000..9d4f63603e763d141d20f762afd48d8899386455 Binary files /dev/null and "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/img/2021-6-2 15-7-30.JPG" differ diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/2.html" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/2.html" new file mode 100644 index 0000000000000000000000000000000000000000..36839f971c31a0ff6bdb7c03f15ac224d1c9e73e --- /dev/null +++ "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/2.html" @@ -0,0 +1,38 @@ + + + + + + Document + + +
+ + + + +
+ + {{index+1}} - {{ key }} : {{ val }} +
+
+ + + + \ No newline at end of file diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/3.html" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/3.html" new file mode 100644 index 0000000000000000000000000000000000000000..d9ff27809daf784fbba11142df7ec3f1661897d2 --- /dev/null +++ "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/3.html" @@ -0,0 +1,94 @@ + + + + + + Document + + + +
+ + + + + +
+ + + + \ No newline at end of file diff --git "a/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/index.html" "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..70fa54addeb7e2b79d0526e5c3998cf473324ea5 --- /dev/null +++ "b/\346\236\227\344\274\237\345\274\272/2021_06_02_Vue\347\254\254\344\270\203\346\254\241\350\257\276\347\250\213/\347\273\203\344\271\240/index.html" @@ -0,0 +1,47 @@ + + + + + + Document + + +
+ +
+ + + + \ No newline at end of file