-
Notifications
You must be signed in to change notification settings - Fork 6
Next #1
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Izobov в целом стоит посмотреть на файлы с расширение .js и отформатировать в соответствие со стандартами (лишние отступы, завершение строк при помощи ";")
|
||
## Installation | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Izobov смотри комментарии к интеграции с angular
src/components/Diagram.vue
Outdated
}, | ||
unmounted() { | ||
this.$refs.cont.innerHTML = ""; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Izobov не хватает деструктуризации редактора
src/components/Diagram.vue
Outdated
props: ["data"], | ||
|
||
mounted() { | ||
new DiagramEditor(this.$refs.cont, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Izobov все хорошо, но забыли загрузить данные
index.html
Outdated
<meta charset="UTF-8" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>DHX :: Vue</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Izobov можно отобразить в заголовке что-то, что связано с интеграцией
No description provided.