版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

vue2-builtin-components.js 180 B

123456789101112
  1. module.exports = [
  2. 'template',
  3. 'slot',
  4. 'component',
  5. 'Component',
  6. 'transition',
  7. 'Transition',
  8. 'transition-group',
  9. 'TransitionGroup',
  10. 'keep-alive',
  11. 'KeepAlive'
  12. ]