feat: 添加交易视图功能,集成 lightweight-charts 库,优化数据展示
This commit is contained in:
@@ -45,7 +45,6 @@ const schema = toTypedSchema(yup.object({
|
||||
}));
|
||||
|
||||
function handleSubmit(values: GenericObject) {
|
||||
debugger;
|
||||
emit("submit", values.editions);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user