-
Notifications
You must be signed in to change notification settings - Fork 0
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
Проблемы #1
Comments
key лучше не хардкодить, а вынести в конструктор класса |
Ты можешь указать сразу тип для $refs, чтобы так не писать. Что-то типа этого: class Component {
$refs!: { map: HTMLElement }
} |
Line 25 in fc1ad6d
Лучше такие объекты как-то по-другому инициализировать - через provide/inject или в created их добавлять. Иначе Vue их обрабатывает как реактивные объекты, так как они в data попадают |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: