Skip to content

Commit

Permalink
of course axios needs to be imported
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Oct 12, 2023
1 parent 259f038 commit 1ef3c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<script>
import { NcModal, NcButton } from '@nextcloud/vue'
import { imagePath } from '@nextcloud/router'
import axios from '@nextcloud/axios'
import Page0 from './components/Page0.vue'
import Page1 from './components/Page1.vue'
Expand Down

0 comments on commit 1ef3c4e

Please sign in to comment.