We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4893e3c commit c742c90Copy full SHA for c742c90
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "storyblok-vue",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Storyblok directive for get editable elements.",
5
"main": "storyblok-vue.js",
6
"repository": {
storyblok-vue.js
@@ -25,7 +25,7 @@
25
}
26
})
27
28
- if (typeof window.storyblok !== 'undefined') {
+ if (typeof window !== 'undefined' && typeof window.storyblok !== 'undefined') {
29
Vue.prototype.$storyblok = window.storyblok
30
31
0 commit comments