UNPKG

ac-vue-app

Version:

Down-to-earth vue component and application development

18 lines (15 loc) 266 B
var Vue = require('ac-sr')(require('vue')); module.exports = { name: 'app-wrapper', render: function(h) { return ( <div id="app"> <action> <app> <slot></slot> </app> </action> </div> ) } };