File tree Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1515</template >
1616
1717<script >
18+ /*  eslint no-console: 0 */ 
1819import  mixinUtils  from  " ../../mixins/utils.js" 
1920
2021export  default  {
Original file line number Diff line number Diff line change 1515</template >
1616
1717<script >
18+ /*  eslint no-console: 0 */ 
1819import  { validators  } from  " ../../../src" 
1920import  mixinUtils  from  " ../../mixins/utils.js" 
2021
Original file line number Diff line number Diff line change 5656</template >
5757
5858<script >
59+ /*  eslint no-console: 0 */ 
5960import  mixinUtils  from  " ../../mixins/utils.js" 
6061import  VueMarkdown  from  " vue-markdown" 
6162
@@ -182,7 +183,7 @@ https://google.com/
182183
183184	methods:  { 
184185		testClick (helpText , event ) { 
185- 			//   console.log(helpText, event); 
186+ 			console .log (helpText, event ); 
186187		}, 
187188		getIcon (field , getValueFromOption ) { 
188189			let  fieldType =  getValueFromOption (field, " type"  
@@ -193,7 +194,7 @@ https://google.com/
193194				date:  " calendar-alt"  
194195				color:  " palette"  
195196			}; 
196- 			if  (fieldType ===  " input" &&  typeof  icons[fieldOptions .inputType ] !==  undefined ) { 
197+ 			if  (fieldType ===  " input" &&  typeof  icons[fieldOptions .inputType ] !==  " undefined"  
197198				return  icons[fieldOptions .inputType ]; 
198199			} else  { 
199200				return  " file-alt"  
Original file line number Diff line number Diff line change 3434</template >
3535
3636<script >
37+ /*  eslint no-console: 0 */ 
3738import  Vue  from  " vue" 
3839import  VueFormGenerator  from  " ../../../src" 
3940import  DataTable  from  " ./dataTable.vue" 
Original file line number Diff line number Diff line change 1+ /* eslint no-console: 0 */ 
12import  fecha  from  "fecha" ; 
23
34import  {  validators  }  from  "../../../src" ; 
Original file line number Diff line number Diff line change 2020</template >
2121
2222<script >
23+ /*  eslint no-console: 0 */ 
2324import  mixinUtils  from  " ../../mixins/utils.js" 
2425
2526export  default  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments