Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit c9627b3

Browse files
committed
fix: add slot management in render functions
1 parent ab57dfa commit c9627b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/script-handlers/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import methodHandler from './methodHandler'
99
import mixinsHandler from './mixinsHandler'
1010
// import oldEventsHandler from './oldEventsHandler'
1111
import propHandler from './propHandler'
12-
// TODO: add render function slots management here
12+
import slotHandler from './slotHandler'
1313

1414
export default [
1515
// have to be first if they can be overridden
@@ -21,6 +21,7 @@ export default [
2121
methodHandler,
2222
propHandler,
2323
eventHandler,
24+
slotHandler,
2425
classDisplayNameHandler,
2526
classMethodHandler,
2627
classPropHandler,

0 commit comments

Comments
 (0)