Explorar o código

Add `props` example to docs/vue.md (#2959)

Julio Montoya %!s(int64=3) %!d(string=hai) anos
pai
achega
1336ed31d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      website/src/docs/vue.md

+ 1 - 1
website/src/docs/vue.md

@@ -35,7 +35,7 @@ Instead of adding a UI plugin to an Uppy instance with `.use()`, the Uppy instan
 ```html
 <template>
   <div id="app">
-    <dashboard :uppy="uppy" :plugins="['Webcam']"/>
+    <dashboard :uppy="uppy" :plugins="['Webcam']" :props="{theme: 'light'}" />
   </div>
 </template>