我需要在我的 Vue 文件中调用组件而不导入
Laravel Nova 包中的这个文件
404.vue 文件
<template>
<error-404 />
</template>
Error404.vue
<template>
<div
class="fixed pin bg-40 z-50 flex items-center justify-center min-w-site p-6"
>
Error 404
</div>
</template>
和是否在同一个文件夹404.vue中Error404.vue