jinkin1995 / vue-json-edit

Visual JSON editor built as an vue component. Provides a basic GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unexpected token import

ramstein74 opened this issue · comments

i get this error
image

can you help?
thank you

commented

I get the error too when i use webpack@1.13.2.
Because it's not support the field module in package.json .
I temporarily modified to

import JsonEditor from 'vue-json-edit/dist/vue-json-edit.js'

But are there any problems in ./src/index.js?