const test = { props: { }, data() { return { } }, methods: { }, render(h) { return ( <div> test-------------- </div> ); } }; export default test