Hi team,
According to the README in vue/README.md, the official Vue wrapper should be available at gridstack/dist/vue:
import { GridStack } from 'gridstack/dist/vue'
However, after installing gridstack@13.0.0 via npm, the gridstack/dist/ folder only contains angular and react, but no vue folder.
Could you please check if dist/vue was omitted during the npm release build process? Thanks!
P.S. Documentation / Demo site mismatch:
I also noticed that the print.html demo link was added to demo/index.html in PR #3323, but it is currently missing on the live demo site (https://gridstackjs.com/demo/index.html). The live site might need a redeployment as well.
Hi team,
According to the README in vue/README.md, the official Vue wrapper should be available at gridstack/dist/vue:
However, after installing
gridstack@13.0.0via npm, thegridstack/dist/folder only contains angular and react, but no vue folder.Could you please check if dist/vue was omitted during the npm release build process? Thanks!
P.S. Documentation / Demo site mismatch:
I also noticed that the print.html demo link was added to demo/index.html in PR #3323, but it is currently missing on the live demo site (https://gridstackjs.com/demo/index.html). The live site might need a redeployment as well.