heshaofeng
2025-11-28 27ac9d45281117d277ace08338ad1425b1d4dcd6
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid