<template> <div> testB的子组件 </div> </template> <script> export default { name: '', props: {}, data () { return { } }, mounted () {}, methods: { } } </script> <style lang="scss" scoped> </style>