ваше сообщение коммита
This commit is contained in:
9
frontend/src/components/cells/CellNumber.vue
Normal file
9
frontend/src/components/cells/CellNumber.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<span>{{ value }}</span>
|
||||
</template>
|
||||
<script setup>
|
||||
defineProps({ value: [String, Number] });
|
||||
</script>
|
||||
<style scoped>
|
||||
span { font-variant-numeric: tabular-nums; }
|
||||
</style>
|
||||
Reference in New Issue
Block a user