commit
This commit is contained in:
@@ -100,6 +100,10 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// this.pageData();
|
// this.pageData();
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
// 通知父组件准备好了
|
||||||
|
this.$emit('ready');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user