Skip to content

Commit 47756e2

Browse files
committed
make vue & react playground pages similar
A bit out of scope for this issue, but bothered me while testing around 🙃
1 parent 6174c47 commit 47756e2

File tree

1 file changed

+2
-2
lines changed
  • packages/playground-vue/src/components

1 file changed

+2
-2
lines changed

packages/playground-vue/src/components/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div class="container my-24">
3-
<div class="prose mx-auto">
2+
<div class="container mx-auto my-24">
3+
<div class="prose">
44
<h2>Examples</h2>
55
<Examples :examples="examples" />
66
</div>

0 commit comments

Comments
 (0)