From a3ae2dda06ae4dc7b79c46276ae5ea7da2af380a Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 26 Aug 2022 15:18:11 +0200 Subject: [PATCH] docs: update size --- README.md | 10 +--------- packages/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1a0c91cd..1e523bcc 100644 --- a/README.md +++ b/README.md @@ -107,18 +107,10 @@ A few notes about the project and possible questions: **A**: Dynamic modules are not type safe, so instead [we allow creating different stores](https://pinia.vuejs.org/cookbook/composing-stores.html) that can be imported anywhere -## Roadmap / Ideas - -- [x] Should the state be merged at the same level as actions and getters? -- [ ] ~~Allow grouping stores together into a similar structure and allow defining new getters (`pinia`)~~ - You can directly call `useOtherStore()` inside of a getter or action. -- [ ] ~~Getter with params that act like computed properties (@ktsn)~~ Can be implement through a custom composable and passed directly to state. - ## Installation ```bash -yarn add pinia -# or with npm +# or pnpm or yarn npm install pinia ``` diff --git a/packages/docs/index.md b/packages/docs/index.md index ac5124f4..26599735 100644 --- a/packages/docs/index.md +++ b/packages/docs/index.md @@ -19,7 +19,7 @@ features: - title: 🏗 Modular by design details: Build multiple stores and let your bundler code split them automatically. - title: 📦 Extremely light - details: Pinia weighs around 1kb, you will forget it's even there! + details: Pinia weighs ~1.5kb, you will forget it's even there! footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote --- -- 2.47.2