wangxinhui
2025-02-21 3a0fef4ed5be4b2d3e9259fa0202fa42cb31c875
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid