<!-- pages/snapshot/snapshotManage.vue --> <template> <snapshot-list mode="manage" /> </template> <script> import snapshotList from './components/snapshotList.vue'; export default { components: { snapshotList } }; </script>