mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-08 06:40:34 +08:00
eslint & good night
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user