Skip to content

Commit

Permalink
style: 调整代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
conglinyizhi committed Aug 20, 2024
1 parent dabb297 commit 4210201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import {useStore} from "~/store";
import { useStore } from "~/store";
import Main from "~/Main.vue";
const store = useStore()
Expand All @@ -14,9 +14,7 @@ onMounted(async () => {

<template>
<div class="mx-auto w-full max-w-screen-lg h-full">
<el-watermark :content="testMode ? '仅用于展示,修改无效' : ''"
:font="{fontSize: 24}"
:gap="[100, 32]">
<el-watermark :content="testMode ? '仅用于展示,修改无效' : ''" :font="{ fontSize: 24 }" :gap="[100, 32]">
<Main />
</el-watermark>
</div>
Expand Down

0 comments on commit 4210201

Please sign in to comment.