Comparing version 0.0.768 to 0.0.769
{ | ||
"name": "vueless", | ||
"version": "0.0.768", | ||
"version": "0.0.769", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.", |
@@ -110,3 +110,5 @@ import { onMounted, nextTick, ref, onBeforeUnmount, toValue, watch, computed, readonly } from "vue"; | ||
formattedValue.value = minus; | ||
rawValue.value = minus; | ||
rawValue.value = ""; | ||
return; | ||
} | ||
@@ -113,0 +115,0 @@ |
Sorry, the diff of this file is not supported yet
1042887
21707