Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -136,6 +136,6 @@ export const TradingViewChart = defineComponent({
|
||||
}, 0);
|
||||
});
|
||||
|
||||
return () => <div ref={el} class="w-full" style={styles.value} />;
|
||||
return () => h("div", { ref: el, class: "w-full", style: styles.value });
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user