This commit is contained in:
syuilo 2020-02-17 03:19:27 +09:00
parent 93d25a2a34
commit 6c99c32100
3 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<template>
<div>
<portal to="icon"><fa :icon="faCog"/></portal>
<portal to="title">{{ $t('settings') }}</portal>
<portal to="title">{{ $t('accountSettings') }}</portal>
<x-profile-setting/>
<x-privacy-setting/>

View file

@ -1,7 +1,7 @@
<template>
<div>
<portal to="icon"><fa :icon="faCog"/></portal>
<portal to="title">{{ $t('settings') }}</portal>
<portal to="title">{{ $t('clinetSettings') }}</portal>
<x-theme/>