wip
This commit is contained in:
parent
1a7a07cb1a
commit
c49e5a80be
23 changed files with 42 additions and 42 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export function selectDriveFile($root: any, multiple) {
|
||||
return new Promise((res, rej) => {
|
||||
import('../components/drive-window.vue').then(m => m.default).then(dialog => {
|
||||
import('../components/drive-window.vue').then(dialog => {
|
||||
const w = $root.new(dialog, {
|
||||
type: 'file',
|
||||
multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue