mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
e934da3c36
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Clark Du <clark.duxin@gmail.com>
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
import Vue from 'vue'
|
|
import { Group, Cell } from 'vux'
|
|
|
|
Vue.component('Group', Group)
|
|
Vue.component('Cell', Cell)
|