Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <template>
- <home-component></home-component>
- </template>
- <script>
- import HomeComponent from "./HomeComponent.ts";
- export default {
- components: {
- HomeComponent,
- },
- };
- </script>
Advertisement
Add Comment
Please, Sign In to add comment