Separate store to modules
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
10
src/main.js
10
src/main.js
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user