eslint & good night

pull/111/head
MattIPv4 5 years ago
parent e6b8d36068
commit 637e0c6cb9

@ -23,8 +23,8 @@ limitations under the License.
</li>
</ul>
</div>
<component v-for="(component, key) in tabs"
:is="component"
<component :is="component"
v-for="(component, key) in tabs"
:ref="key"
:key="key"
:style="{ display: key === tab ? 'block' : 'none' }"

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

Loading…
Cancel
Save