docs(Cascader): add demos

This commit is contained in:
chenjiahan
2020-12-20 21:23:50 +08:00
committed by neverland
parent 04d6561315
commit 4c1c786ae6
8 changed files with 255 additions and 14 deletions
+3 -1
View File
@@ -44,7 +44,8 @@
</template>
<script>
import zhCNOptions from './area';
import zhCNOptions from './area-zh-CN';
import enUSOptions from './area-en-US';
export default {
i18n: {
@@ -56,6 +57,7 @@ export default {
},
'en-US': {
area: 'Area',
options: enUSOptions,
selectArea: 'Select Area',
customColor: 'Custom Color',
},