File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module.exports = {
102
102
// check inline-template
103
103
if ( this . _checkParam ( 'inline-template' ) !== null ) {
104
104
// extract inline template as a DocumentFragment
105
- this . inlineTempalte = _ . extractContent ( this . el , true )
105
+ this . inlineTemplate = _ . extractContent ( this . el , true )
106
106
}
107
107
var tokens = textParser . parse ( id )
108
108
if ( tokens ) {
@@ -350,15 +350,15 @@ module.exports = {
350
350
el : templateParser . clone ( this . template ) ,
351
351
data : data ,
352
352
inherit : this . inherit ,
353
- template : this . inlineTempalte ,
353
+ template : this . inlineTemplate ,
354
354
// repeater meta, e.g. $index, $key
355
355
_meta : meta ,
356
356
// mark this as an inline-repeat instance
357
357
_repeat : this . inherit ,
358
358
// is this a component?
359
359
_asComponent : this . asComponent ,
360
360
// linker cachable if no inline-template
361
- _linkerCachable : ! this . inlineTempalte ,
361
+ _linkerCachable : ! this . inlineTemplate ,
362
362
// transclusion host
363
363
_host : this . _host ,
364
364
// pre-compiled linker for simple repeats
You can’t perform that action at this time.
0 commit comments