huangxiaoqiang
8 天以前 bec4a1b386c740ce4fc53a52b8ec8846ffb5f2bd
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid