diff --git a/pages/about.vue b/pages/about.vue index 038295fa..d7f6f67c 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -4,12 +4,14 @@ Editor(v-if='$auth.user && $auth.user.is_admin' v-model='about') el-button.float-right(type='success' plain icon='el-icon-check' - @click='setSetting({key: "about", value: about})') {{$t('common.save')}} + @click='save') {{$t('common.save')}} div(v-else v-html='about')