Minor Fixes

This commit is contained in:
Jai A
2020-11-30 15:10:30 -07:00
parent 7b84d8c3d5
commit d7e6367ff3
4 changed files with 8 additions and 7 deletions

View File

@@ -69,8 +69,8 @@
Set this to something pretty, so URLs to your mod are more readable
</span>
<input
v-model="slug"
id="name"
v-model="slug"
type="text"
placeholder="Enter the vanity URL's last bit"
/>
@@ -92,11 +92,11 @@
<li>Acceptable formats are PNG, JPEG and GIF</li>
</ul>
<button
class="transparent-button"
@click="
icon = null
previewImage = null
"
class="transparent-button"
>
Reset icon
</button>
@@ -647,7 +647,6 @@ export default {
},
createVersion() {
console.log(this.versions)
this.versions.push({
raw_files: [],
file_parts: [],