mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-06 10:41:43 -05:00
v5.0.0 update
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<NumberCustomizer
|
||||
type="estimate"
|
||||
:type-store="estimateStore"
|
||||
default-series="EST"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { useEstimateStore } from '@/scripts/stores/estimate'
|
||||
import NumberCustomizer from '../NumberCustomizer.vue'
|
||||
|
||||
const estimateStore = useEstimateStore()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user