Skip to content

Commit 182fc20

Browse files
committed
chore: add slot-scope-attribute transformation to index.ts
1 parent 3399ce1 commit 182fc20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue-transformations/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const transformationMap: {
99
} = {
1010
'slot-attribute': require('./slot-attribute'),
1111
'slot-default': require('./slot-default'),
12+
'slot-scope-attribute': require('./slot-scope-attribute'),
1213
'v-for-template-key': require('./v-for-template-key'),
1314
'v-else-if-key': require('./v-else-if-key'),
1415
'transition-group-root': require('./transition-group-root'),

0 commit comments

Comments
 (0)