UNPKG

hg-sid

Version:

a front-end simple framework with mvc

13 lines (11 loc) 185 B
import sid from '@' export default sid.extend({ render (h) { var Component = this.$route.route.component return ( <div> <Component /> </div> ) } })