mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:23:09 +02:00
(chore) Improve readability
This commit is contained in:
parent
4c967776d8
commit
4f91e9d260
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
||||||
<mk-settings-window>
|
<mk-settings-window>
|
||||||
<mk-window ref="window" is-modal={ true } width={ '700px' } height={ '550px' }><yield to="header"><i class="fa fa-cog"></i>設定</yield>
|
<mk-window ref="window" is-modal={ true } width={ '700px' } height={ '550px' }>
|
||||||
|
<yield to="header"><i class="fa fa-cog"></i>設定</yield>
|
||||||
<yield to="content">
|
<yield to="content">
|
||||||
<mk-settings></mk-settings></yield>
|
<mk-settings></mk-settings>
|
||||||
|
</yield>
|
||||||
</mk-window>
|
</mk-window>
|
||||||
<style>
|
<style>
|
||||||
:scope
|
:scope
|
||||||
|
|
Loading…
Reference in a new issue