我想构建和部署Vue3 +类型记录应用程序。我正在使用Vite,当我试图构建应用程序时,我得到了一个错误。error TS2322: Type '{ backgroundImage: string; }' is not assignable to type 'string'.46 :src="image"./spine-frontend--------/assets--
tiptap-node-extension.js文件:import {VueNodeViewRenderer} from '@tiptap/vuescript setup组件的editor部分:import {useEditor, EditorContent, BubbleMenu} from '@tiptap/vuevue-component