Store content as a separate field

This commit is contained in:
Gabriel Majeri
2020-07-15 12:03:37 +03:00
committed by Keavon Chambers
parent e82cc48523
commit 9150630227
3 changed files with 36 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
<if :a="{{IS_MAXIMIZED}}">
<icon :svg="`window_restore_down.svg`" />
</if>
<if :a="{{IS_MAXIMIZED}}" b="false">
<if :a="{{IS_MAXIMIZED}}" :b="false">
<icon :svg="`maximize.svg`" />
</if>
</box>