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