feat: 在 primevue.vue 中添加类型忽略注释以处理缺失的类型
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m21s
/ playwright (push) Successful in 2m0s
/ depcheck (push) Successful in 1m46s

This commit is contained in:
严浩
2024-11-26 12:49:36 +08:00
parent 7e06011c05
commit fdcc4aa18c

View File

@ -1,4 +1,5 @@
<script setup lang="ts">
// @ts-expect-error - Ignore missing types
import ToastEventBus from 'primevue/toasteventbus';
function showToast() {