Skip to content

Commit eb339e3

Browse files
committed
Fix a conflict
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
1 parent a8af804 commit eb339e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/v2/guide/render-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,7 @@ Pour passer des slots internes à un composant enfant en utilisant des fonctions
390390
render (createElement) {
391391
return createElement('div', [
392392
createElement('child', {
393-
<<<<<<< HEAD
394393
// passer `scopedSlots` dans l'objet de données
395-
=======
396-
// pass `scopedSlots` in the data object
397-
>>>>>>> upstream/master
398394
// in the form of { name: props => VNode | Array<VNode> }
399395
scopedSlots: {
400396
default: function (props) {

0 commit comments

Comments
 (0)