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