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