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