hutongqing
2024-09-02 724e272ce36fdc9d175a0df0d04f39e924eba187
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid