Skip to content

Commit 7a6b61d

Browse files
author
Yev
committed
Updated docs with the changes in 2.0.0-rc5
1 parent 9921948 commit 7a6b61d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/Installation.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Vue.use(VModal)
2222

2323
To use this plugin with Nuxt.js you need to create a plugin file and reference it in the `nuxt.config.js` file.
2424

25-
```js
26-
// nuxt.config.js
25+
```js
26+
// nuxt.config.js
2727
export default {
2828
...
2929
/*
@@ -52,7 +52,9 @@ Vue.use(VModal, { ... })
5252
::: tip Extracted CSS
5353
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.
5454

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
58+
- `styles.css` - Stylesheet
59+
5860
:::

0 commit comments

Comments
 (0)