run intro transitions on initial render (#651)

pull/7738/head
Rich Harris 8 years ago
parent 8783a2efbc
commit 9e4765a217

@ -249,7 +249,7 @@ export default function dom(
deindent`
this._fragment.create();
`}
this._fragment.mount( options.target, null );
this._fragment.${block.hasIntroMethod ? 'intro' : 'mount'}( options.target, null );
}
${generator.hasComplexBindings &&

Loading…
Cancel
Save