We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f147d commit 0a74401Copy full SHA for 0a74401
src/App.vue
@@ -2,25 +2,16 @@
2
<div id="app">
3
<img src="./assets/logo.png">
4
<HelloWorld msg="Welcome to Your Vue.js App"/>
5
- <!-- <communication></communication> -->
6
- <!-- <slot-example></slot-example> -->
7
- <!-- <form-example></form-example> -->
8
</div>
9
</template>
10
11
<script>
12
import HelloWorld from './components/HelloWorld.vue'
13
-import communication from '@/components/communication';
14
-import SlotExample from '@/components/slots'
15
-import FormExample from '@/components/form'
16
17
export default {
18
name: 'app',
19
components: {
20
- HelloWorld,
21
- communication,
22
- SlotExample,
23
- FormExample
+ HelloWorld
24
}
25
26
</script>
0 commit comments