We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbab1e commit 799cad6Copy full SHA for 799cad6
src/App.vue
@@ -1,3 +1,7 @@
1
<template>
2
- <div />
3
-</template>
+ <VueNumberFormat :value="3" />
+</template>
4
+
5
+<script setup lang="ts">
6
+import VueNumberFormat from './components/VueNumberFormat.vue';
7
+</script>
0 commit comments