-
Notifications
You must be signed in to change notification settings - Fork 46
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
fix: remove unnecessary span tags #379
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Смысл этих классов в отображении различного текста в зависимости от выбранного стиля API - Composition API или Options API. Посмотрите английскую версию документации. |
@Hekikai удалять ничего не нужно - у нас проблема с переводом https://github.com/vuejs/docs/blob/main/src/guide/essentials/template-refs.md?plain=1#L217 В оригинале одно слово только выделяется |
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.
оставил коммент
@Ibochkarev @dragomano понял, спасибо, поправлю! |
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.
Теперь все ок!
Description of Problem
Проблема с тегами - из-за них не отображался текст из-за стилей
Proposed Solution
Убран ненужный класс
Additional Information
resolves #375