mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-26 12:42:11 +08:00
fix demo
This commit is contained in:
13
demo/index.html
Normal file
13
demo/index.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<!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>
|
Reference in New Issue
Block a user