Format code.
This commit is contained in:
parent
86ca39c991
commit
cb24867fe8
2 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div class="phonenumber-question d-flex flex-column">
|
||||||
class="phonenumber-question d-flex flex-column" >
|
|
||||||
<textboxQuestion
|
<textboxQuestion
|
||||||
type="tel"
|
type="tel"
|
||||||
:max-length="12"
|
:max-length="12"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,7 @@
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
cmsWidgetName="phoneNumberQuestionWidget"
|
cmsWidgetName="phoneNumberQuestionWidget"
|
||||||
v-model="phoneNumber"
|
v-model="phoneNumber"
|
||||||
isRequired
|
isRequired />
|
||||||
/>
|
|
||||||
<textareaQuestion
|
<textareaQuestion
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
v-model="techNotes"
|
v-model="techNotes"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue