mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-30 08:26:24 +08:00
fix: add getDom method, remove classname
This commit is contained in:
@ -186,9 +186,6 @@ export default defineComponent({
|
||||
};
|
||||
},
|
||||
render() {
|
||||
return h("div", {
|
||||
ref: "root",
|
||||
class: "echarts"
|
||||
});
|
||||
return h("div", { ref: "root" });
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user