Merge pull request #624 from famouswizard/patch-2

chore: fixed issues with Vue 3 component setup
This commit is contained in:
ping 2025-04-15 21:09:48 +08:00 committed by GitHub
commit 06b79653da
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>