mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 11:55:49 +08:00
14 lines
375 B
HTML
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&text=Vue-ECharts" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<demo></demo>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|