0
点赞
收藏
分享

微信扫一扫

如何使用BERT进行下游任务 - Transformer教程

妖妖妈 2024-07-24 阅读 24

报错内容  SyntaxError: The requested module '/node_modules/jsoneditor/dist/jsoneditor.min.js?v=00499bcc' does not provide an export named 'default' (at json-editor.vue:2:8)

尝试解决、

1.

import 'jsoneditor'
import JsonEditorVue from 'json-editor-vue3'

2. 声明d.ts文件 文件内容

declare module 'json-editor-vue3'
举报

相关推荐

0 条评论