肖洋
2024-11-22 2e5d53bdde2df2419f879d4acad8f39fdbcf5b1a
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid