From 7f055a4d2d471728974965f3636c663afda8eb69 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 29 Jan 2018 14:39:42 +0800 Subject: [PATCH] [Improvement] Sku: add getSkuData method (#585) --- docs/demos/views/sku.vue | 25 ++++++++++++------------ docs/markdown/en-US/sku.md | 18 ++++++++++------- docs/markdown/zh-CN/sku.md | 19 ++++++++++-------- packages/sku/Sku.vue | 40 +++++++++++++++++++++----------------- 4 files changed, 57 insertions(+), 45 deletions(-) diff --git a/docs/demos/views/sku.vue b/docs/demos/views/sku.vue index a930134fd..97bc35520 100644 --- a/docs/demos/views/sku.vue +++ b/docs/demos/views/sku.vue @@ -13,8 +13,8 @@ :reset-stepper-on-hide="true" :reset-selected-sku-on-hide="true" :disable-stepper-input="true" - @buy-clicked="handleBuyClicked" - @add-cart="handleAddCartClicked" + @buy-clicked="onBuyClicked" + @add-cart="onAddCartClicked" /> {{ $t('basicUsage') }} @@ -23,7 +23,7 @@
-