This commit is contained in:
somonus 2016-10-21 15:18:33 +08:00
parent a4bc47a23b
commit fa67effff9
2 changed files with 63741 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
import echarts from './echarts.min'; import echarts from './echarts.min';
console.log(echarts)
export default ` export default `
<!DOCTYPE html>\n <!DOCTYPE html>\n
<html> <html>
@ -16,10 +16,10 @@ export default `
} }
#main { #main {
height: 100%; height: 100%;
background: red;
} }
</style> </style>
<script> <script>
alert(1)
${echarts} ${echarts}
</script> </script>
</head> </head>