mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
es lint fix
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import NoDataFound from '@/components/NoDataFound.vue';
|
||||
import NoDataFound from '@/components/NoDataFound.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NoDataFound
|
||||
errorCode="404"
|
||||
errorTitle="页面不存在 ⚠️"
|
||||
errorDescription="您想要访问的页面不存在,请检查地址是否正确。"
|
||||
error-code="404"
|
||||
error-title="页面不存在 ⚠️"
|
||||
error-description="您想要访问的页面不存在,请检查地址是否正确。"
|
||||
>
|
||||
<template #button>
|
||||
<VBtn
|
||||
|
||||
Reference in New Issue
Block a user