647556386
2025-12-22 a48729d8fb975f28e7348dbd5e53a5449628c549
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid