From: Eduardo San Martin Morote Date: Mon, 8 Mar 2021 18:49:20 +0000 (+0100) Subject: docs: play with svg [skip ci] X-Git-Tag: v2.0.0-alpha.8~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc0826133c6996b7fab9275ef5938b85ea0b623e;p=thirdparty%2Fvuejs%2Fpinia.git docs: play with svg [skip ci] --- diff --git a/docs/.vitepress/components/PiniaLogo.vue b/docs/.vitepress/components/PiniaLogo.vue new file mode 100644 index 00000000..7d6fc546 --- /dev/null +++ b/docs/.vitepress/components/PiniaLogo.vue @@ -0,0 +1,320 @@ + + + + + + + diff --git a/src/devtools.ts b/src/devtools.ts index b2538e1b..fe2d0970 100644 --- a/src/devtools.ts +++ b/src/devtools.ts @@ -108,8 +108,6 @@ export function addDevtools(app: App, store: GenericStore) { event: { time: Date.now(), data, - // TODO: remove when fixed - meta: {}, }, }) })