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

Commit 9066cfc

Browse files
authored
docs: note about ref sugar state
1 parent 83ef42f commit 9066cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ If you are using ESLint, you might get `@typescript-eslint/no-unused-vars` warni
238238
Ref Sugar (take 2)
239239
</summary>
240240

241-
In v0.5.x, we shipped the **experimental** [Ref Sugar (take 2)](https://github.com/vuejs/rfcs/discussions/369) implementation based on Vue 3's [`@vue/ref-transform`](https://github.com/vuejs/vue-next/tree/master/packages/ref-transform) package. **Use at your own risk!**
241+
In v0.5.x, we shipped the **experimental** [Ref Sugar (take 2)](https://github.com/vuejs/rfcs/discussions/369) implementation based on Vue 3's [`@vue/ref-transform`](https://github.com/vuejs/vue-next/tree/master/packages/ref-transform) package. Notice the syntax is not settled yet and might be changed in the future updates. **Use at your own risk!**
242242

243243
To enabled it, pass the option:
244244

0 commit comments

Comments
 (0)