Skip to content
New issue

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

项目中使用该包进行初始化后存在的问题 #128

Open
py0616 opened this issue Apr 2, 2022 · 1 comment
Open

项目中使用该包进行初始化后存在的问题 #128

py0616 opened this issue Apr 2, 2022 · 1 comment

Comments

@py0616
Copy link

py0616 commented Apr 2, 2022

云桌面内的项目安装poplar-annotation依赖进行标注效果的实现,可以标注,无法点击文本区域,调用文本编辑事件

@py0616
Copy link
Author

py0616 commented Apr 2, 2022

`

<script> import { Annotator } from "poplar-annotation"; import content from "@/assets/default.json"; export default { data() { return { annotator: "", jsondata: "", }; }, mounted() { this.init(); }, methods: { init() { this.jsondata = content; this.annotator = new Annotator(this.jsondata, this.$refs.test); }, }, }; </script> <style> </style>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant