From: Zhao Lu Date: Thu, 13 Apr 2023 08:17:47 +0000 (+0800) Subject: docs(zh): typo (#2138) X-Git-Tag: @pinia/nuxt@0.4.9~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b9cb9d8b9ba67d7b682df5b0d6fb6b38215e2e9;p=thirdparty%2Fvuejs%2Fpinia.git docs(zh): typo (#2138) --- diff --git a/packages/docs/zh/cookbook/composables.md b/packages/docs/zh/cookbook/composables.md index fbecde31..5c78efdd 100644 --- a/packages/docs/zh/cookbook/composables.md +++ b/packages/docs/zh/cookbook/composables.md @@ -91,7 +91,7 @@ const useColorStore = defineStore('colors', () => { const lastColor = useLocalStorage('lastColor', sRGBHex) // ... return { - lastColor: skipHydrate(pickedColor), // Ref + lastColor: skipHydrate(lastColor), // Ref open, // Function isSupported, // boolean (非响应式) }