{{vmodel}}
+ + + + \ No newline at end of file diff --git a/src/views/DataBinding2.vue b/src/views/DataBinding2.vue new file mode 100644 index 0000000..89fa0dc --- /dev/null +++ b/src/views/DataBinding2.vue @@ -0,0 +1,32 @@ + + +{{ city }}
+ +선택값:{{ checked }}
+ + + + + + +선택값: {{ orderItems }}
+ + + \ No newline at end of file diff --git a/src/views/DataBinding3.vue b/src/views/DataBinding3.vue new file mode 100644 index 0000000..5842b31 --- /dev/null +++ b/src/views/DataBinding3.vue @@ -0,0 +1,28 @@ + + +선택값: {{ checked }}
+ + +값: {{ ival }}
+ + + + + + + + \ No newline at end of file diff --git a/src/views/DataBinding4.vue b/src/views/DataBinding4.vue new file mode 100644 index 0000000..c3a0522 --- /dev/null +++ b/src/views/DataBinding4.vue @@ -0,0 +1,59 @@ + +NO | +이름 | +가격 | +카테고리 | +배송료 | +
---|---|---|---|---|
{{ idx + 1 }} | +{{ product.product_name }} | +{{ product.price }} | +{{ product.category }} | +{{ product.delivery_price }} | +
Counter is :{{ counter }}
+ + + +