From: Eduardo San Martin Morote Date: Tue, 16 Apr 2024 15:44:36 +0000 (+0200) Subject: docs: text X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=877ed75de196dd5557f1ea316178654d7f57b6ed;p=thirdparty%2Fvuejs%2Fpinia.git docs: text --- diff --git a/packages/docs/index.md b/packages/docs/index.md index 86131110..7da058cf 100644 --- a/packages/docs/index.md +++ b/packages/docs/index.md @@ -36,7 +36,7 @@ features: - title: ⚙️ Devtools support details: Pinia hooks into Vue devtools to give you an enhanced development experience in both Vue 2 and Vue 3. - title: 🔌 Extensible - details: React to store changes to extend Pinia with transactions, local storage synchronization, etc. + details: React to store changes and actions to extend Pinia with transactions, local storage synchronization, etc. - title: 🏗 Modular by design details: Build multiple stores and let your bundler code split them automatically. - title: 📦 Extremely light