diff --git a/src/composables/layoutService.js b/src/composables/layoutService.js index 3b8bf41..2939a5b 100644 --- a/src/composables/layoutService.js +++ b/src/composables/layoutService.js @@ -1,4 +1,4 @@ -import { toRefs, reactive, watch, ref, computed } from 'vue'; +import { toRefs, reactive, computed } from 'vue'; const layoutConfig = reactive({ ripple: false, diff --git a/src/layout/AppLayout.vue b/src/layout/AppLayout.vue index 483263c..917d044 100644 --- a/src/layout/AppLayout.vue +++ b/src/layout/AppLayout.vue @@ -16,17 +16,16 @@