<template> <div id="app"> <FlowChart></FlowChart> </div> </template> <script> import FlowChart from './components/FlowChart' export default { name: 'App', components: { FlowChart } } </script> <style> </style>