wip
This commit is contained in:
parent
5447ecb306
commit
d6f9453c38
21 changed files with 68 additions and 37 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export function selectDriveFile($root: any, multiple) {
|
||||
export function selectDriveFile(multiple) {
|
||||
return new Promise((res, rej) => {
|
||||
import('@/components/drive-window.vue').then(dialog => {
|
||||
const w = $root.new(dialog, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue