mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
style: format code for all
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<template>
|
||||
<p class="app-container">{{$t('message.hsmenu2')}}</p>
|
||||
<p class="app-container">{{ $t("message.hsmenu2") }}</p>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user