11 lines
216 B

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