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

Commit

Permalink
fix: add slot management in render functions
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 22, 2019
1 parent ab57dfa commit c9627b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script-handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import methodHandler from './methodHandler'
import mixinsHandler from './mixinsHandler'
// import oldEventsHandler from './oldEventsHandler'
import propHandler from './propHandler'
// TODO: add render function slots management here
import slotHandler from './slotHandler'

export default [
// have to be first if they can be overridden
Expand All @@ -21,6 +21,7 @@ export default [
methodHandler,
propHandler,
eventHandler,
slotHandler,
classDisplayNameHandler,
classMethodHandler,
classPropHandler,
Expand Down

0 comments on commit c9627b3

Please sign in to comment.