lei*_*nov 5 typescript vue.js
我在 vue 中使用 typescript 并使用 document.fonts api 但控制台这个日志
Property 'fonts' does not exist on type 'Document'
小智 5
实验性 API 不在 lib 文件中。
您可以使用以下方法修复它:(document as any).fonts
(document as any).fonts
归档时间:
6 年,6 月 前
查看次数:
985 次
最近记录:
5 年,8 月 前