mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 12:34:12 +00:00
eslint & good night
This commit is contained in:
parent
e6b8d36068
commit
637e0c6cb9
2 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@ limitations under the License.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<component v-for="(component, key) in tabs"
|
<component :is="component"
|
||||||
:is="component"
|
v-for="(component, key) in tabs"
|
||||||
:ref="key"
|
:ref="key"
|
||||||
:key="key"
|
:key="key"
|
||||||
:style="{ display: key === tab ? 'block' : 'none' }"
|
:style="{ display: key === tab ? 'block' : 'none' }"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
Hello world server
|
Hello world server
|
||||||
<input type="text" v-model="domain" />
|
<input v-model="domain" type="text" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue