mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
modify file name
This commit is contained in:
+2
-2
@@ -55,7 +55,7 @@ import {
|
|||||||
|
|
||||||
import AmountInput from '@/components/desktop/AmountInput.vue';
|
import AmountInput from '@/components/desktop/AmountInput.vue';
|
||||||
import ConfirmDialog from '@/components/desktop/ConfirmDialog.vue';
|
import ConfirmDialog from '@/components/desktop/ConfirmDialog.vue';
|
||||||
import Snackbar from '@/components/desktop/Snackbar.vue';
|
import SnackBar from '@/components/desktop/SnackBar.vue';
|
||||||
|
|
||||||
import '@/styles/desktop/template/base/libs/vuetify/_index.scss';
|
import '@/styles/desktop/template/base/libs/vuetify/_index.scss';
|
||||||
import '@/styles/desktop/template/template/index.scss';
|
import '@/styles/desktop/template/template/index.scss';
|
||||||
@@ -327,7 +327,7 @@ app.component('VueDatePicker', VueDatePicker);
|
|||||||
|
|
||||||
app.component('AmountInput', AmountInput);
|
app.component('AmountInput', AmountInput);
|
||||||
app.component('ConfirmDialog', ConfirmDialog);
|
app.component('ConfirmDialog', ConfirmDialog);
|
||||||
app.component('Snackbar', Snackbar);
|
app.component('SnackBar', SnackBar);
|
||||||
|
|
||||||
app.config.globalProperties.$version = getVersion();
|
app.config.globalProperties.$version = getVersion();
|
||||||
app.config.globalProperties.$buildTime = getBuildTime();
|
app.config.globalProperties.$buildTime = getBuildTime();
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
</v-card-text>
|
</v-card-text>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
|
|
||||||
<v-overlay class="justify-center align-center" :persistent="true" v-model="logining">
|
<v-overlay class="justify-center align-center" :persistent="true" v-model="logining">
|
||||||
<v-progress-circular indeterminate></v-progress-circular>
|
<v-progress-circular indeterminate></v-progress-circular>
|
||||||
|
|||||||
@@ -185,7 +185,7 @@
|
|||||||
<v-progress-circular indeterminate></v-progress-circular>
|
<v-progress-circular indeterminate></v-progress-circular>
|
||||||
</v-overlay>
|
</v-overlay>
|
||||||
|
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -170,7 +170,7 @@
|
|||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
<confirm-dialog ref="confirmDialog"/>
|
<confirm-dialog ref="confirmDialog"/>
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -137,7 +137,7 @@
|
|||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
<confirm-dialog ref="confirmDialog"/>
|
<confirm-dialog ref="confirmDialog"/>
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
<confirm-dialog ref="confirmDialog"/>
|
<confirm-dialog ref="confirmDialog"/>
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
<snackbar ref="snackbar" />
|
<snack-bar ref="snackbar" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user