Provides a simple layer on top of the VK widget iframe api.
- install via
npm i vue-vk
- register the components with
import VKWidgets from 'vue-vk';
import Vue from 'vue';
Vue.use(VKWidgets);
for now there are signatures defined in the storys
- run
npm run storybook
to see them