mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 01:40:21 +00:00
14 lines
216 B
HTML
14 lines
216 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Vue-ChartJs</title>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<app></app>
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|