Skip to content

Commit 396b2d8

Browse files
committed
chore: add empty settings
1 parent 44fa896 commit 396b2d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/pinia/src/devtools/plugin.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,13 @@ function addStoreToDevtools(app: DevtoolsApp, store: StoreGeneric) {
270270
homepage: 'https://pinia.esm.dev',
271271
componentStateTypes,
272272
app,
273+
settings: {
274+
// useEmojis: {
275+
// label: 'Use emojis in messages ⚡️',
276+
// type: 'boolean',
277+
// defaultValue: true,
278+
// },
279+
},
273280
},
274281
(api) => {
275282
store.$onAction(({ after, onError, name, args }) => {

0 commit comments

Comments
 (0)