perf: template literals

This commit is contained in:
liyasthomas
2021-09-18 16:09:58 +05:30
parent 4236d1179c
commit e1e763575d
64 changed files with 425 additions and 333 deletions

View File

@@ -12,8 +12,10 @@
class="rounded"
svg="arrow-left"
@click.native="
mode = 'import_export'
mySelectedCollectionID = undefined
() => {
mode = 'import_export'
mySelectedCollectionID = undefined
}
"
/>
<span>
@@ -39,8 +41,10 @@
icon="assignment_returned"
:label="$t('import.from_gist')"
@click.native="
readCollectionGist
$refs.options.tippy().hide()
() => {
readCollectionGist
$refs.options.tippy().hide()
}
"
/>
<span
@@ -64,8 +68,10 @@
icon="assignment_turned_in"
:label="$t('export.create_secret_gist')"
@click.native="
createCollectionGist()
$refs.options.tippy().hide()
() => {
createCollectionGist()
$refs.options.tippy().hide()
}
"
/>
</span>