feat: 新增图表渲染

This commit is contained in:
sy2084
2024-07-17 11:33:26 +08:00
parent 32ac8041ee
commit f6afbac2a5
10 changed files with 192 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ module.exports = {
ecmaVersion: 'latest',
},
rules: {
semi: 2,
semi: 0,
'vue/multi-word-component-names': 0,
indent: [
2, 2, {