浏览代码

Use directory `root`

Artur Paikin 9 年之前
父节点
当前提交
05c1d045f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/plugins/GoogleDrive.js

+ 1 - 1
src/plugins/GoogleDrive.js

@@ -30,7 +30,7 @@ export default class Google extends Plugin {
       authenticated: false,
       authenticated: false,
       files: [],
       files: [],
       folders: [],
       folders: [],
-      directory: '/'
+      directory: 'root'
     }})
     }})
 
 
     this.currentFolder = 'root'
     this.currentFolder = 'root'