[Improvement] Locale: optimize i18 config (#701)

This commit is contained in:
neverland
2018-03-16 13:31:19 +08:00
committed by GitHub
parent 966c8afce0
commit f26ad3b912
12 changed files with 65 additions and 108 deletions
+4 -2
View File
@@ -12,7 +12,9 @@
</template>
<script>
export default {
import { create } from '../../utils';
export default create({
name: 'van-sku-row-item',
props: {
@@ -55,5 +57,5 @@ export default {
}
}
}
};
});
</script>