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: src/guide/extras/composition-api-faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This FAQ assumes prior experience with Vue - in particular, experience with Vue
10
10
11
11
## What is Composition API? {#what-is-composition-api}
12
12
13
-
<VueSchoolLinkhref="[https://vueschool.io/lessons/computed-properties-in-vue-3](https://vueschool.io/lessons/introduction-to-the-vue-js-3-composition-api)"title="Free Composition API Lesson"/>
13
+
<VueSchoolLinkhref="https://vueschool.io/lessons/introduction-to-the-vue-js-3-composition-api"title="Free Composition API Lesson"/>
14
14
15
15
Composition API is a set of APIs that allows us to author Vue components using imported functions instead of declaring options. It is an umbrella term that covers the following APIs:
0 commit comments