hookehuyr

fix

...@@ -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>
......