123
Zhang-Hong-Lin
2025-03-04 80950f5ab741015a9afaf541072956f355e02beb
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid