wip
This commit is contained in:
parent
727d2d8737
commit
9a722898d2
6 changed files with 457 additions and 422 deletions
|
|
@ -29,7 +29,9 @@ export default Vue.extend({
|
|||
};
|
||||
},
|
||||
mounted() {
|
||||
(this.$refs.form as any).focus();
|
||||
Vue.nextTick(() => {
|
||||
(this.$refs.form as any).focus();
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
onChangeUploadings(media) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue