@vue/language-core 3.0.0-beta.1 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,6 +116,7 @@ function* generateEventExpression(options, ctx, prop) {
116
116
  if (_isCompoundExpression) {
117
117
  ctx.removeLocalVariable('$event');
118
118
  yield utils_1.endOfLine;
119
+ yield* ctx.generateAutoImportCompletion();
119
120
  yield `}`;
120
121
  }
121
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/language-core",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0-beta.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "**/*.js",
@@ -35,5 +35,5 @@
35
35
  "optional": true
36
36
  }
37
37
  },
38
- "gitHead": "7a2ea48123679387d7095a81ac49cfc667aeeabb"
38
+ "gitHead": "ea40288f6fceebb65346732b6de5859c300cf1ee"
39
39
  }