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
Copy file name to clipboardExpand all lines: docs/Installation.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ Vue.use(VModal)
22
22
23
23
To use this plugin with Nuxt.js you need to create a plugin file and reference it in the `nuxt.config.js` file.
24
24
25
-
```js
26
-
// nuxt.config.js
25
+
```js
26
+
// nuxt.config.js
27
27
exportdefault {
28
28
...
29
29
/*
@@ -52,7 +52,9 @@ Vue.use(VModal, { ... })
52
52
::: tip Extracted CSS
53
53
The `/dist` directory contains a version of the build with extracted CSS files. This is useful for SSR but also can be used with the purely client-side implementation when you need more flexibility in controlling your stylesheets.
54
54
55
-
*`ssr.index.js` - SSR build with inline CSS
56
-
*`ssr.nocss.js` - SSR build without inline CSS
57
-
*`styles.css` - File with required styles
55
+
-`ssr.index.js` - SSR build with inline CSS
56
+
-`ssr.nocss.js` - SSR build without inline CSS
57
+
-`index.nocss.js` - Client build without inline CSS
0 commit comments