[Improvement] Sku: support i18n (#439)

This commit is contained in:
neverland
2017-12-15 15:38:32 +08:00
committed by GitHub
parent 2db9b12816
commit f43b496333
13 changed files with 846 additions and 507 deletions

View File

@@ -12,7 +12,9 @@
</template>
<script>
export default {
import { create } from '../../utils';
export default create({
name: 'van-sku-header',
props: {
@@ -62,5 +64,5 @@ export default {
}
}
}
};
});
</script>