style: format code for all

This commit is contained in:
LZHD
2021-07-06 01:01:42 +08:00
committed by 踏学吾痕
parent e1200f2dbe
commit 77a1a47110
114 changed files with 7068 additions and 1068 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="app-container">
<p>{{$t('message.hsmenu1')}}</p>
<p>{{ $t("message.hsmenu1") }}</p>
<router-view v-slot="{ Component }">
<transition>
<component :is="Component" />
@@ -8,5 +8,3 @@
</router-view>
</div>
</template>

View File

@@ -1,3 +1,3 @@
<template>
<p style="text-indent:2em">{{$t('message.hsmenu1-1')}}</p>
<p style="text-indent: 2em">{{ $t("message.hsmenu1-1") }}</p>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<div>
<p style="text-indent:2em">{{$t('message.hsmenu1-2')}}</p>
<p style="text-indent: 2em">{{ $t("message.hsmenu1-2") }}</p>
<router-view v-slot="{ Component }">
<keep-alive>
<component :is="Component" />

View File

@@ -1,3 +1,3 @@
<template>
<p style="text-indent:4em">{{$t('message.hsmenu1-2-1')}}</p>
<p style="text-indent: 4em">{{ $t("message.hsmenu1-2-1") }}</p>
</template>

View File

@@ -1,3 +1,3 @@
<template>
<p style="text-indent:4em">{{$t('message.hsmenu1-2-2')}}</p>
<p style="text-indent: 4em">{{ $t("message.hsmenu1-2-2") }}</p>
</template>

View File

@@ -1,3 +1,3 @@
<template>
<p style="text-indent:2em">{{$t('message.hsmenu1-3')}}</p>
<p style="text-indent: 2em">{{ $t("message.hsmenu1-3") }}</p>
</template>

View File

@@ -1,3 +1,3 @@
<template>
<p class="app-container">{{$t('message.hsmenu2')}}</p>
<p class="app-container">{{ $t("message.hsmenu2") }}</p>
</template>