Explorar el Código

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

Julio Montoya hace 3 años
padre
commit
1336ed31d8
Se han modificado 1 ficheros con 1 adiciones y 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>