mod:404页面引入的Naive组件改为自动引入

This commit is contained in:
zhangchuanlong 2022-02-25 14:16:30 +08:00
parent d955f55f7c
commit 402c7db7ba

View File

@ -1,7 +1,5 @@
<script setup>
import { NResult, NButton } from 'naive-ui'
import { useRouter } from 'vue-router'
const { replace } = useRouter()
</script>