We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let originString = "hello world" let annotator = new Annotator(originString, document.getElementById("test")) annotator.on("textSelected", () => { console.log(111) })
使用api文档中的一段代码,运行时报错'unexpeted token h in JSON at position 0'
The text was updated successfully, but these errors were encountered:
这个应该是版本问题,master分支下的代码 里面有ts的东西,我切换了一个分支,纯vue写的. "poplar-annotation": "^1.2.5"然后就好了。
Sorry, something went wrong.
longfangsong
No branches or pull requests
let originString = "hello world"
let annotator = new Annotator(originString, document.getElementById("test"))
annotator.on("textSelected", () => {
console.log(111)
})
使用api文档中的一段代码,运行时报错'unexpeted token h in JSON at position 0'
The text was updated successfully, but these errors were encountered: