mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-29 10:04:44 +08:00
12 lines
321 B
Smarty
12 lines
321 B
Smarty
<template>
|
|
<MicroApp name="{{{microAppName}}}" base="{{{base}}}" masterHistoryType="{{{masterHistoryType}}}" cacheName="{{{cacheName}}}"> </MicroApp>
|
|
</template>
|
|
<script>
|
|
// eslint-disable-next-line import/extensions
|
|
import { MicroApp } from './MicroApp';
|
|
|
|
export default {
|
|
components: { MicroApp },
|
|
};
|
|
</script>
|