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