<template> <OutStoreForm :filter="-1"/> </template> <script> import OutStoreForm from './OutStoreForm' export default { name: 'MyOutStoreForm', components: { OutStoreForm } } </script> <style scoped> </style>