Skip to content

Commit 6cb3488

Browse files
committed
fix words
1 parent 74bcbda commit 6cb3488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ import penguins from "./assets/penguins.json";
263263
```
264264
:::
265265

266-
See our [Plot + Vue CodeSandbox](https://codesandbox.io/p/sandbox/plot-vue-jlgg2w?file=/src/App.vue) for details. You can also find more examples on [our GitHub](https://github.com/observablehq/plot/tree/main/docs), as this documentation site is built with Vue and VitePress, and makes extensive use of both client- and server-side rendering for plots!
266+
See our [Plot + Vue CodeSandbox](https://codesandbox.io/p/sandbox/plot-vue-jlgg2w?file=/src/App.vue) for details. You can also find more examples on [our GitHub](https://github.com/observablehq/plot/tree/main/docs) as this documentation site is built with VitePress and uses both client- and server-side rendering for plots!
267267

268268
For client-side rendering, use a [render function](https://vuejs.org/guide/extras/render-function.html) with a [mounted](https://vuejs.org/api/options-lifecycle.html#mounted) lifecycle directive. After the component mounts, render the plot and then insert it into the page.
269269

0 commit comments

Comments
 (0)