1
heshaofeng
2026-03-12 070b9f3ea747fc763f999e4cc6b86b202f48a237
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid