When vue + ueditor is used, codeMirror and ZeroClipboard report an error unexpected token <

When

vue + ueditor is used, codeMirror and ZeroClipboard report errors unexpected token <
and ueditor.all.min.js?6fc0:11 Uncaught ReferenceError: ZeroClipboard is not defined
. Why?

May.06,2021

unexpected token <
this should be the result of loading a js resource that is not loaded

combine your following questions
ZeroClipboard is not defined

guess that ZeroClipboard is not loaded or ZeroClipboard-related basic class libraries are not loaded


how did you solve it in the end?

Menu