Skip to content

Commit 51facbc

Browse files
committed
chore: defineProps 不需要手动引入
1 parent fd0f3e2 commit 51facbc

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

ui/src/views/login/components/QrCodeTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</template>
1515

1616
<script setup lang="ts">
17-
import { defineProps, onMounted, ref, defineAsyncComponent } from 'vue'
17+
import { onMounted, ref, defineAsyncComponent } from 'vue'
1818
1919
import platformApi from '@/api/platform-source'
2020

ui/src/views/login/components/dingtalkQrCode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script lang="ts" setup>
1212
import { useRouter } from 'vue-router'
1313
import { useScriptTag } from '@vueuse/core'
14-
import { defineProps, ref, watch } from 'vue'
14+
import { ref, watch } from 'vue'
1515
import useStore from '@/stores'
1616
import { MsgError } from '@/utils/message'
1717

ui/src/views/login/components/larkQrCode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<script lang="ts" setup>
1010
import { useScriptTag } from '@vueuse/core'
11-
import { defineProps, onMounted } from 'vue'
11+
import { onMounted } from 'vue'
1212
1313
const { load } = useScriptTag(
1414
'https://lf-package-cn.feishucdn.com/obj/feishu-static/lark/passport/qrcode/LarkSSOSDKWebQRCode-1.0.3.js'

ui/src/workflow/icons/application-node-icon.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
</template>
2020
<script setup lang="ts">
2121
import { isAppIcon } from '@/utils/application'
22-
import { defineProps } from 'vue'
2322
const props = defineProps<{
2423
item: {
2524
name: string

0 commit comments

Comments
 (0)