mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-21 07:08:38 +00:00
refactor: vue3.3 defineOptions
This commit is contained in:
@@ -222,7 +222,9 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="ElementForm">
|
||||
<script setup lang="ts">
|
||||
defineOptions({ name: 'ElementForm' })
|
||||
|
||||
const props = defineProps({
|
||||
id: String,
|
||||
type: String
|
||||
|
||||
Reference in New Issue
Block a user