wanshenmean
2025-03-20 2f29f4bb2f2a98f090e56ad82ae11cf88f4c14fd
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid