fixup! Import router

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-10-03 10:49:55 +02:00
parent a2a538bc2f
commit c436b2ccf6
No known key found for this signature in database
GPG key ID: F941078878347C0C
3 changed files with 17 additions and 1 deletions

View file

@ -75,7 +75,7 @@
<script> <script>
import axios from 'nextcloud-axios' import axios from 'nextcloud-axios'
import OAuthItem from './components/OAuthItem' import OAuthItem from './components/OAuthItem'
import { generateUrl } from 'nextcloud-router' import { generateUrl } from '@nextcloud/router'
export default { export default {
name: 'App', name: 'App',

15
package-lock.json generated
View file

@ -851,6 +851,21 @@
"qrcode": "^1.3.3" "qrcode": "^1.3.3"
} }
}, },
"@nextcloud/router": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-0.1.0.tgz",
"integrity": "sha512-adHnDQrnSMX/O9hYJfLVj9PnNJBISLchbzltKvI7s/WJhKF6++qFTx3G5eNEeXbI52Yb8lKIyLRrqC4JWyLmvA==",
"requires": {
"core-js": "3.1.4"
},
"dependencies": {
"core-js": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
"integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
}
}
},
"@textlint/ast-node-types": { "@textlint/ast-node-types": {
"version": "4.2.4", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.2.4.tgz", "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.2.4.tgz",

View file

@ -25,6 +25,7 @@
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.6.0", "@babel/polyfill": "^7.6.0",
"@chenfengyuan/vue-qrcode": "^1.0.1", "@chenfengyuan/vue-qrcode": "^1.0.1",
"@nextcloud/router": "^0.1.0",
"autosize": "^4.0.2", "autosize": "^4.0.2",
"backbone": "^1.4.0", "backbone": "^1.4.0",
"blueimp-md5": "^2.12.0", "blueimp-md5": "^2.12.0",