Skip to content

Commit

Permalink
fix: 修复图层栏初次点击无数据问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchenguang1998 committed Jun 2, 2024
1 parent cb7b01a commit fa81e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const getList = () => {
};

onMounted(() => {
getList();
canvasEditor.canvas.on('after:render', getList);
});
</script>
Expand Down

0 comments on commit fa81e65

Please sign in to comment.