单项选择题
A.leave- cancelled函数只能用于v-if中 B.对于@ enter来说,当与CSs结合使用时,回调函数done是必选的 C.done作为参数,作用就是告知vue动画结束 D.钩子函数需要结合 CSS transitions或 animations使用,不能单独使用
A.this.$route.params.idB.this.route.params.idC.this.$router.params.idD.this.router.params.id
A.parent B.Children C.child D.Componen