Skip to content

Commit f53881d

Browse files
author
kajan
committed
wrap the HelloWorld component with the default-layout component
1 parent 8995151 commit f53881d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: AspNetCoreVueMpa.Web/ClientApp/views/home/index/HelloWorld.vue

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<template>
2-
<b-container class="test-global-css test-scoped-css">
3-
Hello {{ name }} from Vue!
4-
<img src="../../../assets/images/kajan.png">
5-
</b-container>
2+
<default-layout>
3+
<b-container class="test-global-css test-scoped-css">
4+
Hello {{ name }} from Vue!
5+
<img src="../../../assets/images/kajan.png">
6+
</b-container>
7+
</default-layout>
68
</template>
79

810
<script>

0 commit comments

Comments
 (0)