<template> <div class="display"> <businessContainer></businessContainer> </div> </template> <script> import businessContainer from "../Business" export default { components:{ businessContainer //复用业务容器 } } </script> <style> </style>