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
+1 -1
View File
@@ -197,7 +197,7 @@ export default createComponent({
const { options, selectedOption } = item;
const title = selectedOption
? selectedOption.text
: this.placeholder || this.t('placeholder');
: this.placeholder || this.t('select');
return (
<Tab