🐛: 修复 cascader 按需加载无法正常引入

更新文档
This commit is contained in:
就眠儀式 2022-06-23 09:47:31 +08:00
parent 362d7b8288
commit 8c519fa66c

View File

@ -55,6 +55,9 @@ export default {
<script setup lang="ts">
import "./index.less";
import LayInput from "../input/index.vue";
import LayScroll from "../scroll/index.vue";
import LayDropdown from "../dropdown/index.vue";
import { ref, onMounted, watch, useSlots } from "vue";
export interface LayCascaderProps {
options?: Array<any> | null;