From 1eefb09ca67d1cb590786e3bc88d2604e18fe4bc Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 24 May 2021 20:55:22 +0200 Subject: [PATCH] feat: Add posibilty to reset component after content change --- src/App.vue | 20 +++++++++++++++++++- src/components/Component.vue | 24 ++++++++++-------------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4b988cc..47b18d2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,7 @@