[fix]
This commit is contained in:
		
							parent
							
								
									f1b064ec4a
								
							
						
					
					
						commit
						097a2d2ff6
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -16,10 +16,11 @@
 | 
			
		|||
      <v-main>
 | 
			
		||||
	 
 | 
			
		||||
	  <span>Loaded at: {{ loaded }}</span><v-icon :title="loaded">mdi-clock</v-icon>
 | 
			
		||||
        <ul>
 | 
			
		||||
          <li v-for="item in links"><a :href="item.href">{{ item.text }}</a></li>
 | 
			
		||||
        </ul>
 | 
			
		||||
        
 | 
			
		||||
	  <v-container>
 | 
			
		||||
        <v-col v-for="item in links">>
 | 
			
		||||
           <a :href="item.href">{{ item.text }}</a>
 | 
			
		||||
        </v-col>
 | 
			
		||||
       </v-container> 
 | 
			
		||||
         <v-btn v-on:click="load">hits {{ hits }}</v-btn>
 | 
			
		||||
          <div> {{ message }}</div>
 | 
			
		||||
          <iframe name="srv" src="icon.png" width="100%"></iframe>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue