パスカルケースに変更

This commit is contained in:
rca 2024-07-21 23:36:33 +09:00
parent 1d91e90aaf
commit cd47728718

View File

@ -1,11 +1,11 @@
<template> <template>
<q-card class="q-ma-md"> <QCard class="q-ma-md">
<q-card-section> <QCardSection>
<div class="text-h5"> <div class="text-h5">
支払予定額: {{ amount }} 支払予定額: {{ amount }}
</div> </div>
</q-card-section> </QCardSection>
</q-card> </QCard>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">