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