Commit 590cb3b2 by qlintonger xeno

feat: 重设结构变体+1

parent 9aa7dba0
...@@ -10,7 +10,6 @@ import {onNew, onRemoved} from "./funcs/hooksFunc.ts"; ...@@ -10,7 +10,6 @@ import {onNew, onRemoved} from "./funcs/hooksFunc.ts";
const props = withDefaults(defineProps<ScreenChartProps>(), { const props = withDefaults(defineProps<ScreenChartProps>(), {
gap: 16, containerPadding: 12, gridItemPadding: 12 gap: 16, containerPadding: 12, gridItemPadding: 12
}) })
let ro: ResizeObserver | null = null
onUnmounted(function () { onUnmounted(function () {
onRemoved() onRemoved()
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment