补充部分组件描述
This commit is contained in:
@@ -5,9 +5,11 @@ export default {
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
const props = defineProps<{
|
||||
theme?: string;
|
||||
}>();
|
||||
export interface LayLineProps {
|
||||
theme?: string;
|
||||
}
|
||||
|
||||
const props = defineProps<LayLineProps>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user