You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/create-app/template/slides.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,13 @@ You can use Vue components directly inside your slides.
105
105
106
106
We have provided a few built-in components like `<Tweet/>` and `<Youtube/>` that you can use directly use. And add your custom components are also super easy.
107
107
108
+
```md
109
+
<Counter :count="10" />
110
+
```
111
+
112
+
<!-- ./components/Counter.vue -->
113
+
<Counter:count="10"m="t-4" />
114
+
108
115
Check out [the guides](https://sli.dev/custom/#components) for more.
0 commit comments