mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-17 03:21:53 +08:00
refactor: vue3.3 defineOptions
This commit is contained in:
@@ -20,11 +20,13 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="ElementTaskConfig">
|
||||
<script setup lang="ts">
|
||||
import UserTask from './task-components/UserTask.vue'
|
||||
import ScriptTask from './task-components/ScriptTask.vue'
|
||||
import ReceiveTask from './task-components/ReceiveTask.vue'
|
||||
|
||||
defineOptions({ name: 'ElementTaskConfig' })
|
||||
|
||||
const props = defineProps({
|
||||
id: String,
|
||||
type: String
|
||||
|
Reference in New Issue
Block a user