[add]
This commit is contained in:
		
							parent
							
								
									00e654dc2d
								
							
						
					
					
						commit
						3411ef7c9f
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11,8 +11,8 @@
 | 
			
		|||
	<link href="//unpkg.com/vuetify@2.6.2/dist/vuetify.min.css" rel="stylesheet" type="text/css"/>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
	
 | 
			
		||||
	 <div id="app">
 | 
			
		||||
	 <v-icon title="Loaded at: {{ loaded }}">clock-outline</v-icon>
 | 
			
		||||
	  <span>Loaded at: {{ loaded }}</span>
 | 
			
		||||
        <ul>
 | 
			
		||||
          <li v-for="item in json"><a :href="item.href">{{ item.text }}</a></li>
 | 
			
		||||
| 
						 | 
				
			
			@ -20,7 +20,6 @@
 | 
			
		|||
        
 | 
			
		||||
         <button v-on:click="load">hits {{ hits }}</button>
 | 
			
		||||
          <div> {{ message }}</div>
 | 
			
		||||
          <pre>{{ json  }}</pre> 
 | 
			
		||||
       </div>
 | 
			
		||||
       <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js" crossorigin="anonymous"></script>
 | 
			
		||||
       <script src="//unpkg.com/vuetify@2.6.2/dist/vuetify.min.js" crossorigin="anonymous"></script>     
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue