refactor: 移除defineEmits和defineProps内置宏的引入
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {computed,defineProps,defineEmits} from "vue";
|
||||
import {computed} from "vue";
|
||||
import {scrollTo} from '@/utils/scroll-to'
|
||||
|
||||
const props=defineProps({
|
||||
|
||||
Reference in New Issue
Block a user