fix: 修复plugin-layout 404页面无法正常渲染问题

This commit is contained in:
harrywan 2024-12-10 10:44:08 +08:00
parent eb6ed75dd4
commit 63e55cc44f

View File

@ -3,7 +3,7 @@
</template>
<script>
import { defineComponent } from 'vue';
import { computed, defineComponent } from 'vue';
import img404 from '../assets/404.png';
import getConfig from '../helpers/getConfig';
import Wrapper from './components/Wrapper.vue';