Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix install command code block #3677

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/components/README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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