mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +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" });
|
||||
}
|
||||
});
|
||||
|
@ -5,6 +5,7 @@ import { EChartsType, OptionType } from "../types";
|
||||
const METHOD_NAMES = [
|
||||
"getWidth",
|
||||
"getHeight",
|
||||
"getDom",
|
||||
"getOption",
|
||||
"resize",
|
||||
"dispatchAction",
|
||||
|
Reference in New Issue
Block a user