Feat/tailwind (#1179)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<ul v-for="(value, key) in headers" :key="key">
|
||||
<li>
|
||||
<input :value="`${key} → ${value}`" :name="key" class="bg-color" readonly />
|
||||
<input :value="`${key} → ${value}`" :name="key" class="bg-transparent" readonly />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user