mirror of
				https://github.com/KevinMidboe/vue-chartjs.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
 | 
						|
  <title>vue-chartjs doc</title>
 | 
						|
  <link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <!-- don't remove this part start -->
 | 
						|
  <div id="app"></div>
 | 
						|
  <script src="https://unpkg.com/docute-evanyou"></script>
 | 
						|
  <script src="./config.js"></script>
 | 
						|
  <script src="https://unpkg.com/docute@2/dist/docute.js"></script>
 | 
						|
  <!-- don't remove this part end -->
 | 
						|
 | 
						|
  <!-- Google Analytics -->
 | 
						|
  <script>
 | 
						|
  window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
 | 
						|
  ga('create', 'UA-92766713-1', 'auto');
 | 
						|
  ga('send', 'pageview');
 | 
						|
  docute.router.afterEach(function (to) {
 | 
						|
    ga('set', 'page', to.fullPath);
 | 
						|
    ga('send', 'pageview');
 | 
						|
  });
 | 
						|
  </script>
 | 
						|
  <script async src='https://www.google-analytics.com/analytics.js'></script>
 | 
						|
  <!-- End Google Analytics -->
 | 
						|
</body>
 | 
						|
</html>
 |