mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +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>