refactor(application): change to setup syntax

This commit is contained in:
vben
2021-08-13 07:24:25 +08:00
parent 9035fd191e
commit 2f6d133b96
9 changed files with 128 additions and 201 deletions

View File

@@ -62,7 +62,7 @@
</div>
</template>
<script lang="ts" setup>
import { computed, defineProps } from 'vue';
import { computed } from 'vue';
import { AppLogo } from '/@/components/Application';
import { AppLocalePicker, AppDarkModeToggle } from '/@/components/Application';
import LoginForm from './LoginForm.vue';