-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement in existing Project. #2
Comments
Hi, Edit: also sorry for the lack of proper documentation, resize and drag are disable by default you need to <Layout :edit="true" :resize="true" :splits="splits"> set the properties :edit and :resize to true |
Hi, Thanks for the quick response. I'm using these boilerplate. |
I believe it should be working in any boilerplate as the npm version uses a babel compiled js, I tested in the defaults vue-webpack-simple and vue-webpack |
i used the demo code in demo/App.vue and changed the line I think i'm missing something. ` |
Hi,
How do i implement this in a existing Project.
No mater what Vue boilerplate i use i keep getting a blank screen. The panes are getting created but as if they are somehow behind an layer.
Help.
The text was updated successfully, but these errors were encountered: