mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:59:31 +08:00
typo
This commit is contained in:
parent
ba9f0cb316
commit
d990868296
1 changed files with 10 additions and 6 deletions
|
@ -48,10 +48,14 @@ export.module{
|
|||
需要包裹在`<client-only>`里面
|
||||
|
||||
```html
|
||||
<template>
|
||||
<div>
|
||||
<client-only>
|
||||
<carousel-3d>
|
||||
<slide :index="0">Slide 1 Content</slide>
|
||||
<slide :index="1">Slide 2 Content</slide>
|
||||
</carousel-3d>
|
||||
</client-only>
|
||||
</div>
|
||||
</template>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue