fixed import-export
This commit is contained in:
parent
e5a34870f0
commit
1a78461443
4 changed files with 56 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="style-switcher">
|
||||
<div class="presets-container">
|
||||
<div class="save-load">
|
||||
<export-import
|
||||
<ExportImport
|
||||
:export-object="exportedTheme"
|
||||
:export-label="$t("settings.export_theme")"
|
||||
:import-label="$t("settings.import_theme")"
|
||||
|
@ -38,7 +38,7 @@
|
|||
</label>
|
||||
</div>
|
||||
</template>
|
||||
</export-import>
|
||||
</ExportImport>
|
||||
</div>
|
||||
<div class="save-load-options">
|
||||
<span class="keep-option">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue