mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-09-08 08:39:48 +08:00
11 lines
115 B
Vue
11 lines
115 B
Vue
<template>
|
|
<div>test</div>
|
|
</template>
|
|
<script>
|
|
import { } from '@webank/fes';
|
|
|
|
export default {
|
|
|
|
};
|
|
</script>
|