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