diff --git a/README.md b/README.md index 17f6afa4b..78349f7e9 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ grid.printCount(); search for ['gridstack' under NPM](https://www.npmjs.com/search?q=gridstack&ranking=popularity) for latest, more to come... +- vue.js: see [demo](https://github.com/gridstack/gridstack.js/blob/develop/demo/vuejs.html) - ember: [ember-gridstack](https://github.com/yahoo/ember-gridstack) - AngularJS: [gridstack-angular](https://github.com/kdietrich/gridstack-angular) - Angular8: [lb-gridstack](https://github.com/pfms84/lb-gridstack) diff --git a/demo/index.html b/demo/index.html index 3d4e51cf0..47c1451eb 100644 --- a/demo/index.html +++ b/demo/index.html @@ -17,6 +17,7 @@

Demos

  • Right-To-Left (RTL)
  • Serialization
  • Two grids
  • +
  • Vue.js
  • diff --git a/demo/vuejs.html b/demo/vuejs.html index 7a3699f5f..d693e39d7 100644 --- a/demo/vuejs.html +++ b/demo/vuejs.html @@ -39,8 +39,7 @@

    How to integrate GridStack.js with Vue.js

    > to let Vue deal with DOM rendering.

    -

    {{ info }}

    - + {{ info }}