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