647556386
17 小时以前 b5d01891fbbd69d8d50d2b4fb562fac3130fc2d6
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid