Jordan Sexton 4 лет назад
Родитель
Сommit
6edc98c6eb
2 измененных файлов с 4 добавлено и 4 удалено
  1. 3 3
      FAQ.md
  2. 1 1
      README.md

+ 3 - 3
FAQ.md

@@ -30,12 +30,12 @@ Yes, see the [material-ui-starter](https://github.com/solana-labs/wallet-adapter
 ### Ant Design (with React)
 Yes, see the [ant-design](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/ant-design) package.
 
+### Vue
+Yes, see the [vue](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/vue) package.
+
 ### Angular / RxJS
 Yes, see the [angular](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/angular) package.
 
-### Vue / Vuex
-Not yet, see [issue #67](https://github.com/solana-labs/wallet-adapter/issues/67). Please contribute if you want to add Vue support!
-
 ### Webpack / Gatsby
 Yes, but you may need to set up polyfills for certain imported modules.
 

+ 1 - 1
README.md

@@ -168,7 +168,7 @@ These packages are what most projects can use to support wallets on Solana.
 | [base](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/base)          | Adapter interfaces, error types, and common utilities | [`@solana/wallet-adapter-base`](https://www.npmjs.com/package/@solana/wallet-adapter-base)       |
 | [react](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/react)        | Contexts and hooks for React dApps                    | [`@solana/wallet-adapter-react`](https://www.npmjs.com/package/@solana/wallet-adapter-react)     |
 | [angular](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/angular) \* | Stores and configuration for Angular dApps            | [`@solana/wallet-adapter-angular`](https://www.npmjs.com/package/@solana/wallet-adapter-angular) |
-| [vue](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/vue) \*         | Stores and composables for Vue 3 dApps                | [`@solana/wallet-adapter-vue`](https://www.npmjs.com/package/@solana/wallet-adapter-vue)         |
+| [vue](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/vue)            | Stores and composables for Vue 3 dApps                | [`@solana/wallet-adapter-vue`](https://www.npmjs.com/package/@solana/wallet-adapter-vue)         |
 
 \* Package has not been published to NPM yet.