forked from deblan/side_menu
fix imports
This commit is contained in:
parent
cef15c82c0
commit
a94e65c279
2 changed files with 5 additions and 5 deletions
|
|
@ -84,9 +84,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
</style>
|
||||
|
||||
<script>
|
||||
import NcModal from '@nextcloud/vue/dist/Components/NcModal'
|
||||
import NcActions from '@nextcloud/vue/dist/Components/NcActions'
|
||||
import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton'
|
||||
import NcModal from '@nextcloud/vue/dist/Components/NcModal.js'
|
||||
import NcActions from '@nextcloud/vue/dist/Components/NcActions.js'
|
||||
import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
|
||||
|
||||
export default {
|
||||
name: 'AdminCategoriesCustom',
|
||||
|
|
|
|||
|
|
@ -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 '../node_modules/@nextcloud/vue/dist/Components/NcActions.js'
|
||||
import NcActionLink from '../node_modules/@nextcloud/vue/dist/Components/NcActionLink.js'
|
||||
import NcActions from '@nextcloud/vue/dist/Components/NcActions.js'
|
||||
import NcActionLink from '@nextcloud/vue/dist/Components/NcActionLink.js'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'AppMenu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue