🚨 Removing linter warnings

This commit is contained in:
Liyas Thomas
2020-01-15 09:10:14 +05:30
parent c8878aba57
commit 2faf675c0a
9 changed files with 99 additions and 74 deletions

View File

@@ -17,7 +17,11 @@
<div slot="body">
<ul>
<li>
<input type="text" v-model="name" :placeholder="$t('my_new_collection')" />
<input
type="text"
v-model="name"
:placeholder="$t('my_new_collection')"
/>
</li>
</ul>
</div>