Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit cb544a6

Browse files
committed
docs: add link
1 parent 6b1f4f9 commit cb544a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM version](https://img.shields.io/npm/v/vue2-script-setup-transform?color=a1b858&label=)](https://www.npmjs.com/package/vue2-script-setup-transform)
44

5-
Bring `<script setup>` to Vue 2.
5+
Bring [`<script setup>`](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0040-script-setup.md) to Vue 2.
66

77
## Install
88

@@ -11,7 +11,7 @@ npm i -D vue2-script-setup-transform
1111
npm i @vue/composition-api
1212
```
1313

14-
Install `@vue/composition-api` in your App's entry:
14+
Install [`@vue/composition-api`](https://github.com/vuejs/composition-api) in your App's entry (this enables the `setup()` hook).
1515

1616
```ts
1717
import Vue from 'vue'

0 commit comments

Comments
 (0)