Skip to content

Commit

Permalink
Bump abc sdk to v0.1.10 and fix typescript issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Feb 14, 2024
1 parent aa9c37e commit adbff7a
Show file tree
Hide file tree
Showing 5 changed files with 1,190 additions and 262 deletions.
2 changes: 1 addition & 1 deletion components/TopNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</style>

<script setup lang="ts">
import { useDisplay } from 'vuetify/lib/framework.mjs';
import { useDisplay } from 'vuetify'
const display = useDisplay()
const isXsMobile = computed(() => { return display.xs.value })
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</style>

<script setup lang="ts">
import { useDisplay } from 'vuetify/lib/framework.mjs';
import { useDisplay } from 'vuetify'
import { useAuthStore } from '~/stores/auth'
const display = useDisplay()
Expand Down
Loading

0 comments on commit adbff7a

Please sign in to comment.