comp.js 69 B

12345
  1. module.exports = {
  2. render (h) {
  3. return h('div', 'async')
  4. }
  5. }