79088271

Date: 2024-10-15 03:00:03
Score: 1
Natty:
Report link

Create a new type definition file in the src directory, for example, shims-vue.d.ts, and declare a module there.

declare module 'vue3-summernote-editor' {
    const Vue3SummernoteEditor: any
    export default Vue3SummernoteEditor
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jie chen