구성 요소 Vue 3에서 속성 렌더링 방법 제품은 두 가지 종류가 있습니다. 단순한 제품과 구성 가능한 제품입니다. "products" : [ { "type": "simple", "id": 1, "sku": "s1", "title": "Product 1", "regular_price": { "currency": "USD", "value": 27.12 }, "image": "/images/1.png", "brand": 9 }, { "type": "configurable", "id": 2, "sku": "c1", "title": "Product 2", "regular_price": { "currency": "USD", "value": 54.21 }, "image": "/images/conf/default.p..