@ -267,7 +267,7 @@ export default function dom(
this . _fragment . c ( ) ;
this . _fragment . c ( ) ;
this . _fragment . $ { block . hasIntroMethod ? 'i' : 'm' } ( this . shadowRoot , null ) ;
this . _fragment . $ { block . hasIntroMethod ? 'i' : 'm' } ( this . shadowRoot , null ) ;
if ( options . target ) this . _mount ( options . target , options . anchor || null ) ;
if ( options . target ) this . _mount ( options . target , options . anchor ) ;
` : deindent `
` : deindent `
if ( options . target ) {
if ( options . target ) {
$ { generator . hydratable
$ { generator . hydratable
@ -280,7 +280,7 @@ export default function dom(
$ { options . dev && ` if (options.hydrate) throw new Error("options.hydrate only works if the component was compiled with the \` hydratable: true \` option"); ` }
$ { options . dev && ` if (options.hydrate) throw new Error("options.hydrate only works if the component was compiled with the \` hydratable: true \` option"); ` }
this . _fragment . c ( ) ;
this . _fragment . c ( ) ;
` }
` }
this . _mount ( options . target , options . anchor || null ) ;
this . _mount ( options . target , options . anchor ) ;
$ { ( generator . hasComponents || generator . hasComplexBindings || templateProperties . oncreate || generator . hasIntroTransitions ) && deindent `
$ { ( generator . hasComponents || generator . hasComplexBindings || templateProperties . oncreate || generator . hasIntroTransitions ) && deindent `
$ { generator . hasComponents && ` this._lock = true; ` }
$ { generator . hasComponents && ` this._lock = true; ` }