12 lines
216 B

11 months ago
<template>
<a-week-picker />
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
name: 'NsWeekPicker',
});
</script>
<style lang="less" scoped></style>