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
@@ -128,7 +131,7 @@ function updateUser(id: number, update: Partial<User>) {
128
131
129
132
You can use Vue components directly inside your slides.
130
133
131
-
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.
134
+
We have provided a few built-in components like `<Tweet/>` and `<Youtube/>` that you can use directly. And adding your custom components is also super easy.
132
135
133
136
```html
134
137
<Counter:count="10" />
@@ -137,7 +140,7 @@ We have provided a few built-in components like `<Tweet/>` and `<Youtube/>` that
137
140
<!-- ./components/Counter.vue -->
138
141
<Counter:count="10"m="t-4" />
139
142
140
-
Check out [the guides](https://sli.dev/custom/#components) for more.
143
+
Check out [the guides](https://sli.dev/builtin/components.html) for more.
0 commit comments