Skip to content

Commit b0205c7

Browse files
committed
docs: README modify
1 parent 49d2ab0 commit b0205c7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)