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>
|
||||
<div
|
||||
class="phonenumber-question d-flex flex-column" >
|
||||
<div class="phonenumber-question d-flex flex-column">
|
||||
<textboxQuestion
|
||||
type="tel"
|
||||
:max-length="12"
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@
|
|||
class="mb-4"
|
||||
cmsWidgetName="phoneNumberQuestionWidget"
|
||||
v-model="phoneNumber"
|
||||
isRequired
|
||||
/>
|
||||
isRequired />
|
||||
<textareaQuestion
|
||||
class="mb-4"
|
||||
v-model="techNotes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue