Showing
1 changed file
with
1 additions
and
3 deletions
| ... | @@ -61,9 +61,7 @@ const onClose = () => { | ... | @@ -61,9 +61,7 @@ const onClose = () => { |
| 61 | show.value = false; | 61 | show.value = false; |
| 62 | }; | 62 | }; |
| 63 | 63 | ||
| 64 | -onMounted(() => { | 64 | +onMounted(() => {}); |
| 65 | - console.warn(props.item.component_props.config); | ||
| 66 | -}); | ||
| 67 | </script> | 65 | </script> |
| 68 | 66 | ||
| 69 | <style lang="less" scoped> | 67 | <style lang="less" scoped> | ... | ... |
-
Please register or login to post a comment