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