移除不需要的引入

This commit is contained in:
2025-12-16 22:03:53 +08:00
parent a2b9255814
commit 37760f685c
8 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
<script setup> <script setup>
import { defineEmits } from 'vue'
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip']) const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])
const handleClose = () => { const handleClose = () => {

View File

@@ -1,5 +1,5 @@
<script setup> <script setup>
import { defineEmits, ref, onMounted, onUnmounted, nextTick } from 'vue' import { ref, onMounted, onUnmounted, nextTick } from 'vue'
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip']) const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])

View File

@@ -1,5 +1,4 @@
<script setup> <script setup>
import { defineEmits } from 'vue'
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip']) const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])
const handleClose = () => { const handleClose = () => {

View File

@@ -1,5 +1,4 @@
<script setup> <script setup>
import { defineEmits } from 'vue'
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip']) const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])
const handleClose = () => { const handleClose = () => {

View File

@@ -1,5 +1,4 @@
<script setup> <script setup>
import { defineEmits } from 'vue'
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip']) const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])
const handleClose = () => { const handleClose = () => {

View File

@@ -1,5 +1,5 @@
<script setup> <script setup>
import { defineEmits, ref, onMounted, onUnmounted, nextTick } from 'vue' import { ref, onMounted, onUnmounted, nextTick } from 'vue'
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip']) const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])

View File

@@ -1,5 +1,4 @@
<script setup> <script setup>
import { defineEmits } from 'vue'
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip']) const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])
const handleClose = () => { const handleClose = () => {

View File

@@ -1,6 +1,4 @@
<script setup> <script setup>
import { defineProps } from 'vue'
const emit = defineEmits(['close']) const emit = defineEmits(['close'])
const props = defineProps({ const props = defineProps({