mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 03:33:19 +08:00
chore: make codesandbox demo simpler
This commit is contained in:
@ -53,19 +53,15 @@ async function getSandboxParams(version) {
|
||||
content: `<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="./index.css">
|
||||
<style>
|
||||
${css}</style>
|
||||
</head>
|
||||
<body>
|
||||
${html}${scripts[version]}
|
||||
<script src="./index.js"></script>
|
||||
<script>
|
||||
${js}</script>
|
||||
</body>
|
||||
</html>`
|
||||
},
|
||||
"index.js": {
|
||||
content: js
|
||||
},
|
||||
"index.css": {
|
||||
content: css
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user