UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 121 B
import Layout from './layout' Layout.install = (Vue) => { Vue.component(Layout.name, Layout) } export default Layout