11
yanjinhui
2025-10-16 5d6bae98b63b26b80a1ff30f8bbfe0c41c5618a3
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid