diff --git a/docs/rules/object-curly-newline.md b/docs/rules/object-curly-newline.md
index c4743c261..f0b0bf677 100644
--- a/docs/rules/object-curly-newline.md
+++ b/docs/rules/object-curly-newline.md
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-curly-newline.js)
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-curly-newline.js)
-Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/object-curly-newline)
+Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/object-curly-newline)
diff --git a/docs/rules/object-property-newline.md b/docs/rules/object-property-newline.md
index c6e315c08..bfba0c0a2 100644
--- a/docs/rules/object-property-newline.md
+++ b/docs/rules/object-property-newline.md
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-property-newline.js)
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-property-newline.js)
-Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/object-property-newline)
+Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/object-property-newline)
diff --git a/lib/utils/vue3-export-names.json b/lib/utils/vue3-export-names.json
index df8e5d9c6..28f14d9ce 100644
--- a/lib/utils/vue3-export-names.json
+++ b/lib/utils/vue3-export-names.json
@@ -12,6 +12,7 @@
"MaybeRef",
"MaybeRefOrGetter",
"Raw",
+ "Reactive",
"ReactiveEffect",
"ReactiveEffectOptions",
"ReactiveEffectRunner",
diff --git a/package.json b/package.json
index b35fd5daa..913db8b17 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
- "version": "9.26.0",
+ "version": "9.27.0",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {