“文档”类型上不存在属性“字体”?

lei*_*nov 5 typescript vue.js

我在 vue 中使用 typescript 并使用 document.fonts api 但控制台这个日志

Property 'fonts' does not exist on type 'Document'
Run Code Online (Sandbox Code Playgroud)

小智 5

实验性 API 不在 lib 文件中。

您可以使用以下方法修复它:(document as any).fonts