Separate store to modules

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-12-29 22:52:39 +01:00
parent 1fc0d64925
commit c1580c765b
6 changed files with 200 additions and 47 deletions

View File

@@ -27,15 +27,7 @@ import { sync } from 'vuex-router-sync'
import { translate, translatePlural } from 'nextcloud-server/dist/l10n'
import { generateFilePath } from 'nextcloud-server/dist/router'
import VTooltip from 'v-tooltip'
/**
* Board model
*
* @typedef {Object} Board
* @property {String} title
* @property {boolean} archived
* @property {number} shared 1 (shared) or 0 (not shared)
*/
import './models'
// eslint-disable-next-line
__webpack_nonce__ = btoa(OC.requestToken)