Skip to content

Commit

Permalink
chore(docs): alias @ntohq/buefy-next → buefy (#4024)
Browse files Browse the repository at this point in the history
- The installation instruction of Buefy for Vue 3 (buefy-next) aliases
  `@ntohq/buefy-next` as `buefy`. This will mitigate the migration cost
  for users of buefy-next that will eventually be released as buefy@1.

  See: https://www.reddit.com/r/vuejs/comments/wg1b0u/comment/kttd5sa/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
  • Loading branch information
kikuomax committed Mar 22, 2024
1 parent ccca57e commit 25acddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/Home.vue
Expand Up @@ -24,7 +24,7 @@
<b-icon icon="github-circle" size="is-small" />
</a>)
</p>
<pre class="npm"><code><span class="is-unselectable">$ </span>npm install @ntohq/buefy-next</code></pre>
<pre class="npm"><code><span class="is-unselectable">$ </span>npm install buefy@npm:@ntohq/buefy-next</code></pre>
</div>

<div class="github-button home-hero">
Expand Down

0 comments on commit 25acddd

Please sign in to comment.