You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/essentials/conditional.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,5 +113,5 @@ const awesome = ref(true)
113
113
При одновременном использовании `v-if` и `v-for` на одном элементе, `v-if` будет исполняться первым. Подробнее в разделе [отрисовки списков](list#v-for-with-v-if).
114
114
115
115
::: warning Примечание
116
-
It's **not**recommended to use `v-if`and`v-for`on the same element due to implicit precedence. Refer to [list rendering guide](list#v-for-with-v-if) for details.
116
+
**Не**рекомендуется использовать `v-if`и`v-for`на одном и том же элементе из-за неявного старшинства. Подробнее в разделе [отрисовки списков](list#v-for-with-v-if).
0 commit comments