chore: fixed issues with Vue 3 component setup

This commit is contained in:
wizard 2025-04-13 22:31:44 +03:00 committed by GitHub
parent 90a20deceb
commit 9981eee44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,9 +22,3 @@ const expenseRationChartConfig = computed(() => {
:series="series"
/>
</template>
<script lang="ts">
export default {
name: 'DonetChart',
};
</script>