27599
This commit is contained in:
@@ -40,8 +40,7 @@
|
|||||||
<i>{{ index + 1 }}.</i>
|
<i>{{ index + 1 }}.</i>
|
||||||
<h2>{{ item.label }}</h2>
|
<h2>{{ item.label }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<image :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)"
|
<image :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)" />
|
||||||
@touchstart.stop="removeComponent(index)"/>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="components-item__filed">
|
<div class="components-item__filed">
|
||||||
<template v-if="(item.type === 'radio')">
|
<template v-if="(item.type === 'radio')">
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<i>{{ index + 1 }}.</i>
|
<i>{{ index + 1 }}.</i>
|
||||||
<h2>{{ item.label }}</h2>
|
<h2>{{ item.label }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<image :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)" @touchstart.stop="removeComponent(index)"/>
|
<image :src="`${$cdn}askform/sc1.png`" @touchstart.stop="removeComponent(index)"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="components-item__filed">
|
<div class="components-item__filed">
|
||||||
<template v-if="(item.type === 'radio')">
|
<template v-if="(item.type === 'radio')">
|
||||||
|
|||||||
Reference in New Issue
Block a user