647556386
2025-12-05 70aa9b5ca249a84e5867912d551cdafbec76e54e
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid