push
This commit is contained in:
11
lib/component/form/date-picker/range-picker.vue
Normal file
11
lib/component/form/date-picker/range-picker.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<a-range-picker />
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'NsRangePicker',
|
||||
});
|
||||
</script>
|
||||
<style lang="less" scoped></style>
|
||||
Reference in New Issue
Block a user