Skip to content

Commit

Permalink
docs: fix install command code block (#3677)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Dec 27, 2023
1 parent dad663e commit 669002a
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions packages/components/README.md
Expand Up @@ -6,9 +6,9 @@
## Install

<pre class='language-bash'>
npm i <b>@vueuse/components</b> @vueuse/core
</pre>
```bash
npm i @vueuse/components @vueuse/core
```

Learn more about [component usage](https://vueuse.org/guide/components).

Expand Down
6 changes: 3 additions & 3 deletions packages/electron/README.md
Expand Up @@ -6,9 +6,9 @@
## Install

<pre class='language-bash'>
npm i <b>@vueuse/electron</b> electron
</pre>
```bash
npm i @vueuse/electron electron
```

## Functions

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase/README.md
Expand Up @@ -10,9 +10,9 @@ Add-on of [VueUse](https://github.com/vueuse/vueuse), enables the real-time bind
## Install

<pre class='language-bash'>
npm i <b>@vueuse/firebase</b> firebase
</pre>
```bash
npm i @vueuse/firebase firebase
```

## Functions

Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/README.md
Expand Up @@ -6,9 +6,9 @@
## Install

<pre class='language-bash'>
npm i <b>@vueuse/integrations</b>
</pre>
```bash
npm i @vueuse/integrations
```

## Functions

Expand Down
6 changes: 3 additions & 3 deletions packages/math/README.md
Expand Up @@ -6,9 +6,9 @@
## Install

<pre class='language-bash'>
npm i <b>@vueuse/math</b> @vueuse/core
</pre>
```bash
npm i @vueuse/math @vueuse/core
```

## License

Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/README.md
Expand Up @@ -6,9 +6,9 @@
## Install

<pre class='language-bash'>
npm i <b>@vueuse/nuxt</b>
</pre>
```bash
npm i @vueuse/nuxt
```

```ts
// nuxt.config
Expand Down
6 changes: 3 additions & 3 deletions packages/router/README.md
Expand Up @@ -10,9 +10,9 @@ This package only works for Vue 3

## Install

<pre class='language-bash'>
npm i <b>@vueuse/router</b> vue-router@4
</pre>
```bash
npm i @vueuse/router vue-router@4
```

## Functions

Expand Down
6 changes: 3 additions & 3 deletions packages/rxjs/README.md
Expand Up @@ -6,9 +6,9 @@
## Install

<pre class='language-bash'>
npm i <b>@vueuse/rxjs</b> rxjs
</pre>
```bash
npm i @vueuse/rxjs rxjs
```

## Functions

Expand Down

0 comments on commit 669002a

Please sign in to comment.