We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcabf9a commit 582414fCopy full SHA for 582414f
src/main.js
@@ -3,6 +3,9 @@ import App from './App.vue'
3
import router from './router.js'
4
import store from './store.js'
5
6
+__webpack_nonce__ = btoa(OC.requestToken) // eslint-disable-line
7
+__webpack_public_path__ = OC.linkTo('notes', 'js/') // eslint-disable-line
8
+
9
Vue.mixin({ methods: { t, n } })
10
11
// Make sure that the filesClient is available in the global scope used by the sidebar
0 commit comments