eslint & good night

This commit is contained in:
MattIPv4
2020-04-27 23:22:52 +01:00
parent e6b8d36068
commit 637e0c6cb9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
Hello world server
<input type="text" v-model="domain" />
<input v-model="domain" type="text" />
</div>
</template>