mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-08-28 07:40:46 +08:00
5 lines
163 B
Smarty
5 lines
163 B
Smarty
import { defineComponent } from 'vue';
|
|
import { RouterView } from '{{{ runtimePath }}}';
|
|
|
|
export default defineComponent(() => () => (<RouterView></RouterView>));
|