wip
This commit is contained in:
parent
1ba5dfd79c
commit
c7f80182c2
7 changed files with 264 additions and 64 deletions
|
|
@ -45,6 +45,7 @@
|
|||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import MkListsWindow from './lists-window.vue';
|
||||
import MkSettingsWindow from './settings-window.vue';
|
||||
import MkDriveWindow from './drive-window.vue';
|
||||
import contains from '../../../common/scripts/contains';
|
||||
|
|
@ -83,6 +84,10 @@ export default Vue.extend({
|
|||
this.close();
|
||||
(this as any).os.new(MkDriveWindow);
|
||||
},
|
||||
list() {
|
||||
this.close();
|
||||
(this as any).os.new(MkListsWindow);
|
||||
},
|
||||
settings() {
|
||||
this.close();
|
||||
(this as any).os.new(MkSettingsWindow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue