UNPKG

ecchi

Version:

Transform array to Vue virtual dom tree.

12 lines (8 loc) 154 B
'use strict'; var index = { name: 'Ecchi', render: function render(h) { return h('h1', null, ['my component']); } }; module.exports = index;