Skip to content

Commit f84b8ee

Browse files
committed
9.23.0
1 parent e2dc84b commit f84b8ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/utils/vue3-export-names.json

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"hasInjectionContext",
141141
"PublicProps",
142142
"DefineComponent",
143+
"DefineSetupFnComponent",
143144
"defineComponent",
144145
"App",
145146
"OptionMergeFunction",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.22.0",
3+
"version": "9.23.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)