mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-28 04:48:56 +08:00
15 lines
303 B
Markdown
15 lines
303 B
Markdown
---
|
|
layout: templateLayout
|
|
---
|
|
```vue
|
|
<template>
|
|
<Wb-input-date-picker position="bottomLeft" />
|
|
<Wb-input-date-picker position="bottomRight" />
|
|
<Wb-input-date-picker position="topLeft" />
|
|
<Wb-input-date-picker position="topRight" />
|
|
</template>
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
``` |