refactor: set placement as top by edfault for modals, better response header layout

This commit is contained in:
liyasthomas
2021-08-13 22:39:47 +05:30
parent 11816111ea
commit e9eee0703d
13 changed files with 63 additions and 27 deletions

View File

@@ -113,7 +113,7 @@ export default defineComponent({
},
placement: {
type: String,
default: "center",
default: "top",
},
},
setup() {