移除不需要的引入
This commit is contained in:
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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'])
|
||||||
|
|
||||||
|
|||||||
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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'])
|
||||||
|
|
||||||
|
|||||||
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user