@@ -74,8 +74,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { AppSidebar, AppSidebarTab, Multiselect, DatetimePicker } from 'nextcloud-vue'
|
import { AppSidebar, AppSidebarTab, Multiselect, DatetimePicker } from 'nextcloud-vue'
|
||||||
import { mapState } from 'vuex'
|
import { mapState } from 'vuex'
|
||||||
import VueEasymde from "vue-easymde"
|
import VueEasymde from 'vue-easymde'
|
||||||
import markdownEditor from 'vue-easymde/src/markdown-editor'
|
|
||||||
import { Actions } from 'nextcloud-vue/dist/Components/Actions'
|
import { Actions } from 'nextcloud-vue/dist/Components/Actions'
|
||||||
import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton'
|
import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton'
|
||||||
|
|
||||||
@@ -86,7 +85,7 @@ export default {
|
|||||||
AppSidebarTab,
|
AppSidebarTab,
|
||||||
Multiselect,
|
Multiselect,
|
||||||
DatetimePicker,
|
DatetimePicker,
|
||||||
VueEasymde
|
VueEasymde,
|
||||||
Actions,
|
Actions,
|
||||||
ActionButton
|
ActionButton
|
||||||
},
|
},
|
||||||
@@ -110,7 +109,7 @@ export default {
|
|||||||
autofocus: true,
|
autofocus: true,
|
||||||
autosave: { enabled: true, uniqueId: 'unique' },
|
autosave: { enabled: true, uniqueId: 'unique' },
|
||||||
toolbar: false
|
toolbar: false
|
||||||
}
|
},
|
||||||
lastModifiedRelative: null,
|
lastModifiedRelative: null,
|
||||||
lastCreatedRemative: null
|
lastCreatedRemative: null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user