Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wrap the HelloWorld component with the default-layout component
  • Loading branch information
kajan committed Feb 18, 2021
1 parent 8995151 commit f53881d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions AspNetCoreVueMpa.Web/ClientApp/views/home/index/HelloWorld.vue
@@ -1,8 +1,10 @@
<template>
<b-container class="test-global-css test-scoped-css">
Hello {{ name }} from Vue!
<img src="../../../assets/images/kajan.png">
</b-container>
<default-layout>
<b-container class="test-global-css test-scoped-css">
Hello {{ name }} from Vue!
<img src="../../../assets/images/kajan.png">
</b-container>
</default-layout>
</template>

<script>
Expand Down

0 comments on commit f53881d

Please sign in to comment.