补充部分组件描述
This commit is contained in:
@@ -9,9 +9,11 @@ import { useSlots } from "vue";
|
||||
|
||||
const slot = useSlots();
|
||||
|
||||
const props = defineProps<{
|
||||
title?: string;
|
||||
}>();
|
||||
export interface LayFieldProps {
|
||||
title?: string;
|
||||
}
|
||||
|
||||
const props = defineProps<LayFieldProps>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user