File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ app.use(VueLayoutPage)
2525
2626// in SFC component
2727<template >
28- < VueLayoutPage bodyBgColor = " #f2f2f2" / >
28+ < VueLayoutPage bodyBgColor = " #f2f2f2" >
29+ < ! -- your code -- >
30+ < / VueLayoutPage >
2931< / template >
3032
3133```
@@ -34,7 +36,9 @@ app.use(VueLayoutPage)
3436<!-- import locally -->
3537
3638<template>
37- <VueLayoutPage bodyBgColor="#f2f2f2" />
39+ <VueLayoutPage bodyBgColor="#f2f2f2">
40+ <!-- your code -->
41+ </VueLayoutPage>
3842</template>
3943
4044<script setup>
@@ -61,7 +65,9 @@ app.use(VueLayoutPage)
6165<!-- import locally -->
6266
6367<template>
64- <VueLayoutPage bodyBgColor="#f2f2f2" />
68+ <VueLayoutPage bodyBgColor="#f2f2f2">
69+ <!-- your code -->
70+ </VueLayoutPage>
6571</template>
6672
6773<script>
You can’t perform that action at this time.
0 commit comments