Commit 08becbb241a0a965d86ca90b07577b52ddde5108

Authored by Digvijay Singh
1 parent 522f093f06
Exists in admin

new fiwld added

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
src/components/Profile.vue
... ... @@ -154,18 +154,18 @@
154 154 />
155 155 </div>
156 156 </div>
157   - <!-- <div class="col-sm-4 col-md-4 col-lg-4 col-xl-4">
  157 + <div class="col-sm-4 col-md-4 col-lg-4 col-xl-4" v-if="caseStudy.caseStudyDetails.intro.templateId == 'intro-2'">
158 158 <div class="form-group floating-label">
159   - <label for="lname" class="lname">Focus</label>
  159 + <label for="lname" class="lname">Designation</label>
160 160 <input
161 161 type="text"
162 162 class="form-control"
163 163 value=""
164 164 placeholder=" "
165   - v-model="caseStudy.caseStudyDetails.intro.focus"
  165 + v-model="caseStudy.caseStudyDetails.intro.designation"
166 166 />
167 167 </div>
168   - </div> -->
  168 + </div>
169 169  
170 170 <div class="col-sm-4 col-md-4 col-lg-4 col-xl-4">
171 171 <div class="form-group floating-label">
... ... @@ -612,6 +612,7 @@ export default {
612 612 type: null,
613 613 readTime: null,
614 614 platForm: null,
  615 + designation: null,
615 616 templateId: "intro-1",
616 617 authors: [],
617 618 },
... ...