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