feat: update ESLint configuration and package dependencies, add Ant Design Vue
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
defineProps<{ path: string }>();
|
||||
</script>
|
||||
<template>
|
||||
<main flex-1 class="flex flex-col items-center justify-center h-full space-y-4">
|
||||
<h1>Not Found</h1>
|
||||
@ -5,9 +8,6 @@
|
||||
<Button @click="$router.back()">Back</Button>
|
||||
</main>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
defineProps<{ path: string }>();
|
||||
</script>
|
||||
|
||||
<route lang="yaml">
|
||||
props: true
|
||||
|
Reference in New Issue
Block a user