eledwinn / vue-editable-grid

Simple Vue grid with edit mode and cell navigation such as excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't not use

carpcai opened this issue · comments

Why can't I open the page when I follow the readme, it says: document is not defined

Do you have any demo here?

Let me publish a demo for you.

You can find a example in this file: https://github.com/eledwinn/vue-editable-grid/blob/master/src/App.vue

You can even clone and run this repository to see it in action.

git clone https://github.com/eledwinn/vue-editable-grid.git
cd vue-editable-grid
npm install
npm run serve

Let me know if it could solve your problem, if not, please give more details of your code.

Hi @carpcai, tell me if you install the package in your project, so we can close this issue.

(You could close this. :-) )

@eledwinn Thanks, I've solved my problem