for test
This commit is contained in:
parent
a4bc47a23b
commit
fa67effff9
File diff suppressed because one or more lines are too long
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue