From 18eb6b049b06bbfafcffbd22b78ceb258828319f Mon Sep 17 00:00:00 2001 From: Kirill Safarchev <83013244+klirii@users.noreply.github.com> Date: Wed, 26 Mar 2025 08:10:13 +0400 Subject: [PATCH] Update class-and-style.md Translate ":style directives can also coexist with regular style attributes, just like :class." in Russian --- src/guide/essentials/class-and-style.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/guide/essentials/class-and-style.md b/src/guide/essentials/class-and-style.md index 203835ff..c9095c55 100644 --- a/src/guide/essentials/class-and-style.md +++ b/src/guide/essentials/class-and-style.md @@ -323,15 +323,15 @@ data() { Аналогично можно использовать и вычисляемые свойства, возвращающие объект стилей. -`:style` directives can also coexist with regular style attributes, just like `:class`. +`:style` директивы могут сосуществовать с обычными атрибутами стиля, как и `:class`. -Template: +Шаблон: ```vue-html

hello

``` -It will render: +Рендер: ```vue-html

hello