refactor: update type casting and clean up imports
- Add type casting for route.meta.title in index.vue - Update tailwind css path in components.json - Remove unused imports and simplify dashboard component
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ definePageMeta({
|
||||
|
||||
const route = useRoute()
|
||||
useHead({
|
||||
title: () => route.meta.title,
|
||||
title: () => route.meta.title as string,
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user