DemuMesDataV/index.js

6 lines
97 B
JavaScript
Raw Normal View History

2019-01-16 16:56:11 +08:00
import components from './components/index'
export default function (Vue) {
components(Vue)
}