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