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