From: Adam Frank Date: Sat, 28 May 2022 17:27:31 +0000 (-0400) Subject: docs: remove comma (#1325) X-Git-Tag: @pinia/nuxt@0.2.0~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6fa0b0348163624e8fad3b4acd57ac7eba042ad;p=thirdparty%2Fvuejs%2Fpinia.git docs: remove comma (#1325) I think this comma is unintended --- diff --git a/packages/docs/core-concepts/state.md b/packages/docs/core-concepts/state.md index d60847b7..8d4fef21 100644 --- a/packages/docs/core-concepts/state.md +++ b/packages/docs/core-concepts/state.md @@ -60,7 +60,7 @@ For the following examples, you can assume the following store was created: // Example File Path: // ./src/stores/counterStore.js -import { defineStore } from 'pinia', +import { defineStore } from 'pinia' const useCounterStore = defineStore('counterStore', { state: () => ({