Skip to content

Commit d04784b

Browse files
committed
chore(plugin-vue): update reactivityTransform comment docs [ci skip]
1 parent 0571232 commit d04784b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-vue/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ export interface Options {
5454

5555
/**
5656
* Enable Vue reactivity transform (experimental).
57-
* https://github.com/vuejs/core/tree/master/packages/reactivity-transform
57+
* https://vuejs.org/guide/extras/reactivity-transform.html
5858
* - `true`: transform will be enabled for all vue,js(x),ts(x) files except
5959
* those inside node_modules
6060
* - `string | RegExp`: apply to vue + only matched files (will include
61-
* node_modules, so specify directories in necessary)
61+
* node_modules, so specify directories if necessary)
6262
* - `false`: disable in all cases
6363
*
6464
* @default false

0 commit comments

Comments
 (0)