I have install vue-grid-layout of version 1.0.0,then I use
import VueGridLayout from 'vue-grid-layout';
to import vue-grid-layout,it has error:Uncaught SyntaxError: Unexpected token import.
the error code is
vue-grid-layout/src/app.js line 29
import GridItem from './GridItem.vue';