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