mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
17 lines
182 B
Vue
17 lines
182 B
Vue
<template>
|
|
<div>test</div>
|
|
</template>
|
|
<config>
|
|
{
|
|
"name": "test",
|
|
"title": "侧事故"
|
|
}
|
|
</config>
|
|
<script>
|
|
import { } from '@fesjs/fes';
|
|
|
|
export default {
|
|
|
|
};
|
|
</script>
|