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