mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix: 修复plugin-layout 404页面无法正常渲染问题
This commit is contained in:
parent
a426a30a7d
commit
8ab9b99b11
@ -3,7 +3,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { defineComponent } from 'vue';
|
import { computed, defineComponent } from 'vue';
|
||||||
import img404 from '../assets/404.png';
|
import img404 from '../assets/404.png';
|
||||||
import getConfig from '../helpers/getConfig';
|
import getConfig from '../helpers/getConfig';
|
||||||
import Wrapper from './components/Wrapper.vue';
|
import Wrapper from './components/Wrapper.vue';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user