File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,8 @@ function linkAndCapture (linker, vm) {
113
113
// 指令排序
114
114
dirs . sort ( directiveComparator )
115
115
for ( var i = 0 , l = dirs . length ; i < l ; i ++ ) {
116
- < << << << . merge_file_3Zu9T7
117
116
// 触发创建 watcher 实例的地方
118
- = === ===
119
117
// 实例化 Watcher 同时把指令的上更新方法 update 作为参数传入
120
- >>> >>> > .merge_file_F3GLHF
121
118
dirs [ i ] . _bind ( )
122
119
}
123
120
return dirs
Original file line number Diff line number Diff line change @@ -25,12 +25,9 @@ export default function (Vue) {
25
25
if ( ! el ) {
26
26
el = document . createElement ( 'div' )
27
27
}
28
- < << << << HEAD
29
28
// 这里开始编译模板
30
- = === ===
31
29
// Transclude, compile and link element.
32
30
// 内嵌、编译和链接元素
33
- >>> >>> > 1590fb4f1741881c44727698148bc20690c810e4
34
31
this . _compile ( el )
35
32
this . _initDOMHooks ( )
36
33
if ( inDoc ( this . $el ) ) {
You can’t perform that action at this time.
0 commit comments