8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c9dc2 commit a8ab4fdCopy full SHA for a8ab4fd
lib/utils/vue3-export-names.json
@@ -50,6 +50,7 @@
50
"ComponentOptionsWithObjectProps",
51
"ComponentOptionsWithoutProps",
52
"ComponentPropsOptions",
53
+ "ComponentProvideOptions",
54
"ComponentPublicInstance",
55
"computed",
56
"ComputedGetter",
@@ -223,6 +224,7 @@
223
224
"VNodeChild",
225
"VNodeNormalizedChildren",
226
"VNodeProps",
227
+ "VNodeRef",
228
"VNodeTypes",
229
"warn",
230
"watch",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-vue",
3
- "version": "9.0.1",
+ "version": "9.1.0",
4
"description": "Official ESLint plugin for Vue.js",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments