|
@ -5,7 +5,8 @@ |
|
|
<title>Vue.js SVG graph example</title> |
|
|
<title>Vue.js SVG graph example</title> |
|
|
<link rel="stylesheet" href="style.css"> |
|
|
<link rel="stylesheet" href="style.css"> |
|
|
<!-- Delete ".min" for console warnings in development --> |
|
|
<!-- Delete ".min" for console warnings in development --> |
|
|
<script src="../../dist/vue.js"></script> |
|
|
<script src="../../dist/vue.min.js"></script> |
|
|
|
|
|
<script src="https://unpkg.com/marky/dist/marky.min.js"></script> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
|
|
|
|
|
|