liulijun
2026-02-25 f10cf643e5be44f8dd525d91bb4953b46778a377
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid