From f3508d15a336be4404b01d9a26e2ce74e4e3940f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 9 Feb 2020 22:25:32 +0900 Subject: [PATCH] Refactor --- src/client/pages/index.home.tutorial.vue | 127 +++++++++++++++++++++++ src/client/pages/index.home.vue | 98 ++--------------- 2 files changed, 133 insertions(+), 92 deletions(-) create mode 100644 src/client/pages/index.home.tutorial.vue diff --git a/src/client/pages/index.home.tutorial.vue b/src/client/pages/index.home.tutorial.vue new file mode 100644 index 000000000..dc255bf6a --- /dev/null +++ b/src/client/pages/index.home.tutorial.vue @@ -0,0 +1,127 @@ + + + + + diff --git a/src/client/pages/index.home.vue b/src/client/pages/index.home.vue index 75ea81661..48d25712e 100644 --- a/src/client/pages/index.home.vue +++ b/src/client/pages/index.home.vue @@ -14,61 +14,7 @@ -
-
{{ $t('_tutorial.title') }}
-
-
{{ $t('_tutorial.step1_1') }}
-
{{ $t('_tutorial.step1_2') }}
-
{{ $t('_tutorial.step1_3') }}
-
-
-
{{ $t('_tutorial.step2_1') }}
-
{{ $t('_tutorial.step2_2') }}
- {{ $t('editProfile') }} -
-
-
{{ $t('_tutorial.step3_1') }}
-
{{ $t('_tutorial.step3_2') }}
-
{{ $t('_tutorial.step3_3') }}
- {{ $t('_tutorial.step3_4') }} -
-
-
{{ $t('_tutorial.step4_1') }}
-
{{ $t('_tutorial.step4_2') }}
-
-
-
{{ $t('_tutorial.step5_1') }}
- - {{ $t('featured') }} - {{ $t('explore') }} - -
{{ $t('_tutorial.step5_3') }}
- {{ $t('_tutorial.step5_4') }} -
-
-
{{ $t('_tutorial.step6_1') }}
-
{{ $t('_tutorial.step6_2') }}
-
{{ $t('_tutorial.step6_3') }}
-
-
-
{{ $t('_tutorial.step7_1') }}
- - {{ $t('help') }} - -
{{ $t('_tutorial.step7_3') }}
-
- -
+ @@ -76,11 +22,11 @@