Files
vueecharts/demo/index.html
Justineo 67670b70af fix demo
2016-06-17 18:39:37 +08:00

14 lines
375 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vue-ECharts Demo</title>
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Dosis:300,500&amp;text=Vue-ECharts" rel="stylesheet">
</head>
<body>
<demo></demo>
<script src="bundle.js"></script>
</body>
</html>