add content to the template, in addition to displaying the application of components, such as:
<template>
<div>
<child-component :data="data"></child-component>
</div>
</template>
if you add components in this way, you can add template content. Is there any other way?