@data-fair/lib-vuetify 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-fair/lib-vuetify",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Components based on the Vuetify 3 UI lib for the data-fair stack.",
5
5
  "main": "index.js",
6
6
  "files": [
package/personal-menu.vue CHANGED
@@ -197,7 +197,7 @@ en:
197
197
  </i18n>
198
198
 
199
199
  <script setup lang="ts">
200
- import { computed, toRefs, ref } from 'vue'
200
+ import { computed, toRefs } from 'vue'
201
201
  import { useI18n } from 'vue-i18n'
202
202
  import { useSession } from '@data-fair/lib-vue/session.js'
203
203
  import { useTheme } from 'vuetify'