This commit is contained in:
@jyuhsin
2025-09-06 15:18:48 +08:00
parent fb98426b20
commit 1ca7f55c50
@@ -100,7 +100,11 @@ module.exports = {
}, },
created() { created() {
// this.pageData(); // this.pageData();
} },
mounted() {
// 通知父组件准备好了
this.$emit('ready');
}
} }
</script> </script>