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';
|
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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue