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