forked from deblan/side_menu
change path to nextcloud/vue
This commit is contained in:
parent
6ea1a4e6c6
commit
cc17c48889
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ import { useElementSize } from '@vueuse/core'
|
|||
import { defineComponent, ref } from 'vue'
|
||||
import axios from '@nextcloud/axios'
|
||||
import { generateOcsUrl } from '@nextcloud/router'
|
||||
import NcActions from '@nextcloud/vue/dist/Components/NcActions.js'
|
||||
import NcActionLink from '@nextcloud/vue/dist/Components/NcActionLink.js'
|
||||
import NcActions from '../node_modules/@nextcloud/vue/dist/Components/NcActions.js'
|
||||
import NcActionLink from '../node_modules/@nextcloud/vue/dist/Components/NcActionLink.js'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'AppMenu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue