feat: 在 primevue.vue 中添加类型忽略注释以处理缺失的类型
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
// @ts-expect-error - Ignore missing types
|
||||||
import ToastEventBus from 'primevue/toasteventbus';
|
import ToastEventBus from 'primevue/toasteventbus';
|
||||||
|
|
||||||
function showToast() {
|
function showToast() {
|
||||||
|
Reference in New Issue
Block a user