Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 525f13c

Browse files
avoid proxy warning for _c in older versions of runtime
1 parent cee9bd9 commit 525f13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎buble.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11234,7 +11234,7 @@ var WithStatement = (function (Node$1ドル) {
1123411234
// remove surrounding with block
1123511235
code.remove(this.start, this.body.start + 1);
1123611236
code.remove(this.end - 1, this.end);
11237-
code.insertRight(this.start, "var _vm=this;var _h=_vm.$createElement;var _c=_vm._c||_h;");
11237+
code.insertRight(this.start, "var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;");
1123811238
Node$1ドル.prototype.transpile.call(this, code, transforms);
1123911239
this.program.inWith--;
1124011240
} else {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /