chore(store): initial $destroy fn

This commit is contained in:
braks
2022-07-27 22:49:00 +02:00
committed by Braks
parent 54eef97bde
commit 20fead93c4
+1
View File
@@ -445,5 +445,6 @@ export default (state: State, getters: ComputedGetters): Actions => {
$reset: () => {
setState(useState())
},
$destroy: () => {},
}
}