Skip to content

Commit

Permalink
fix: 修复plugin-layout 404页面无法正常渲染问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Dec 10, 2024
1 parent eb6ed75 commit 63e55cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fes-plugin-layout/src/runtime/views/404.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 63e55cc

Please sign in to comment.