wankeda
2 天以前 96f8501cc973232b340e36a61992ec1ad47e4a31
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid