docs(Popover): add zh-CN document

This commit is contained in:
chenjiahan
2020-11-20 14:26:41 +08:00
committed by neverland
parent acf92e1fea
commit f917e99562
3 changed files with 167 additions and 36 deletions
+4 -1
View File
@@ -23,7 +23,6 @@ export default createComponent({
props: {
value: Boolean,
overlay: Boolean,
placement: String,
textColor: String,
backgroundColor: String,
offset: {
@@ -38,6 +37,10 @@ export default createComponent({
type: Array,
default: () => [],
},
placement: {
type: String,
default: 'bottom',
},
getContainer: {
type: [String, Function],
default: 'body',