diff --git "a/\347\216\213\351\224\246\345\206\233/vue01_vuebase.html" "b/\347\216\213\351\224\246\345\206\233/vue01_vuebase.html" new file mode 100644 index 0000000000000000000000000000000000000000..245cd3e7bf86a009548d77a35ab1a72eff5f317d --- /dev/null +++ "b/\347\216\213\351\224\246\345\206\233/vue01_vuebase.html" @@ -0,0 +1,82 @@ + + + + + + + + Document + + + + + + +
+ +
+ +

{{text[0]}}

+ ¥{{price[0]}} +
+
+ +

{{text[1]}}

+ ¥{{price[1]}} +
+
+ +

{{text[2]}}

+ ¥{{price[2]}} +
+ +
+ + + + \ No newline at end of file diff --git "a/\347\216\213\351\224\246\345\206\233/vue_02_\345\217\214\345\220\221\347\273\221\345\256\232.html" "b/\347\216\213\351\224\246\345\206\233/vue_02_\345\217\214\345\220\221\347\273\221\345\256\232.html" new file mode 100644 index 0000000000000000000000000000000000000000..d58250440bf9ed7d3f8e591b12776d3820cf160b --- /dev/null +++ "b/\347\216\213\351\224\246\345\206\233/vue_02_\345\217\214\345\220\221\347\273\221\345\256\232.html" @@ -0,0 +1,120 @@ + + + + + + + + + + goodslist + + + + +

商品列表

+
+
+
+ +

{{item.title}}

库存: {{item.goodsNum}} +
选购数量:
+ {{item.price}} +
+
+

♥啊哦,此商品已销售光^_^~♥

+
+
+ + + + \ No newline at end of file diff --git "a/\347\216\213\351\224\246\345\206\233/vue_03_\344\272\213\344\273\266.html" "b/\347\216\213\351\224\246\345\206\233/vue_03_\344\272\213\344\273\266.html" new file mode 100644 index 0000000000000000000000000000000000000000..ad79bb904baecefb44c9fc333ce9e2b80da95786 --- /dev/null +++ "b/\347\216\213\351\224\246\345\206\233/vue_03_\344\272\213\344\273\266.html" @@ -0,0 +1,140 @@ + + + + + + + + + + + goodslist + + + + +

商品列表

+
+
+
+ +

{{item.title}}

库存: {{item.goodsNum}} +
选购数量:
+ {{item.price}} +
+
+

♥啊哦,此商品已销售光^_^~♥

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