Skip to content

Commit

Permalink
fix ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shuangxunian committed Dec 16, 2023
1 parent c801960 commit 1292ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Editor/layouts/panel/rightPanel/setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CanvasAttr from './attrs/canvasAttr.vue'
import BoxAttr from './attrs/boxAttr.vue'
import FillAttr from "./attrs/fillAttr.vue";
import StrokeAttr from "./attrs/strokeAttr.vue";
import VirtualElementAttr from "./attrs/VirtualElementAttr.vue";
import VirtualElementAttr from "./attrs/virtualElementAttr.vue";
import {appInstance, useEditor} from "@/views/Editor/app";
import {typeUtil} from "@/views/Editor/utils/utils";
Expand Down

0 comments on commit 1292ddf

Please sign in to comment.