Skip to content

Commit 089f84a

Browse files
committed
no message
1 parent 56ebc68 commit 089f84a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

1.0.21/src/compiler/compile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,8 @@ function linkAndCapture (linker, vm) {
113113
// 指令排序
114114
dirs.sort(directiveComparator)
115115
for (var i = 0, l = dirs.length; i < l; i++) {
116-
<<<<<<< .merge_file_3Zu9T7
117116
// 触发创建 watcher 实例的地方
118-
=======
119117
// 实例化 Watcher 同时把指令的上更新方法 update 作为参数传入
120-
>>>>>>> .merge_file_F3GLHF
121118
dirs[i]._bind()
122119
}
123120
return dirs

1.0.21/src/instance/api/lifecycle.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ export default function (Vue) {
2525
if (!el) {
2626
el = document.createElement('div')
2727
}
28-
<<<<<<< HEAD
2928
// 这里开始编译模板
30-
=======
3129
// Transclude, compile and link element.
3230
// 内嵌、编译和链接元素
33-
>>>>>>> 1590fb4f1741881c44727698148bc20690c810e4
3431
this._compile(el)
3532
this._initDOMHooks()
3633
if (inDoc(this.$el)) {

0 commit comments

Comments
 (0)