You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** if you are not using a vue-loader (e.g. you are using a CDN), you have to use the kebab-case'ing for the component i.e. `<vue-pure-lightbox>` instead of `<VuePureLightbox>`.
96
+
69
97
### Example using content slot and custom loader
70
98
71
99
```vue
@@ -83,6 +111,8 @@ Vue.use(VuePureLightbox)
83
111
</VuePureLightbox>
84
112
```
85
113
114
+
> **Note:** if you are not using a vue-loader (e.g. you are using a CDN), you have to use the kebab-case'ing for the component i.e. `<vue-pure-lightbox>` instead of `<VuePureLightbox>`.
0 commit comments