From 50f8d0fe545ec895e57b072e9e231c0521c6fc83 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 15 Jul 2021 11:40:03 +0200 Subject: [PATCH] feat(hmr): working version --- playground/src/App.vue | 1 + playground/src/main.ts | 5 +- playground/src/stores/counter.ts | 9 ++-- src/devtools/plugin.ts | 65 +++++++++++++++--------- src/store.ts | 85 ++++++++++++++++---------------- 5 files changed, 92 insertions(+), 73 deletions(-) diff --git a/playground/src/App.vue b/playground/src/App.vue index 3edb3052..07db57d7 100644 --- a/playground/src/App.vue +++ b/playground/src/App.vue @@ -1,5 +1,6 @@