Skip to content

Commit 6ee6982

Browse files
committed
Quick translation fixes
Signed-off-by: MachinisteWeb <[email protected]>
1 parent 6f6ac03 commit 6ee6982

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/v2/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Vue.set(vm.items, indexOfItem, newValue)
8787
vm.items.splice(indexOfItem, 1, newValue)
8888
```
8989

90-
You can also use the [`vm.$set`](/v2/api/#vm-set) instance method, which is an alias for the global `Vue.set`:
90+
Vous pouvez également utiliser le [`vm.$set`](/v2/api/#vm-set) d'instance, qui est un alias de la méthode `Vue.set`:
9191

9292
``` js
9393
vm.$set(vm.items, indexOfItem, newValue)

themes/vue/layout/partials/sponsors.ejs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
<<<<<<< HEAD
2-
<h3>Sponsors Patreon</h3>
3-
=======
41
<% function logo(img) { return `https://sponsors.vuejs.org/images/${img}` } %>
52

6-
<h3>Patreon Sponsors</h3>
7-
>>>>>>> upstream/master
3+
<h3>Sponsors Patreon</h3>
84

95
<%_ for (const sponsor of theme.platinum) {_%>
106
<a href="<%- sponsor.url %>" target="_blank" rel="sponsored noopener" style="width: 160px;">

0 commit comments

Comments
 (0)