mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-11-10 00:22:26 +08:00
222 B
222 B
| layout |
|---|
| templateLayout |
<template>
<time-picker>
<template slot="addon">
<p>hello world</p>
</template>
</time-picker>
</template>
<script>
export default {
}
</script>