mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:01:24 +00:00
13 lines
180 B
JavaScript
13 lines
180 B
JavaScript
module.exports = [
|
|
'template',
|
|
'slot',
|
|
'component',
|
|
'Component',
|
|
'transition',
|
|
'Transition',
|
|
'transition-group',
|
|
'TransitionGroup',
|
|
'keep-alive',
|
|
'KeepAlive'
|
|
]
|