Skip to content

Commit 60a71ea

Browse files
committed
build: build 2.6.12
1 parent 5b39961 commit 60a71ea

19 files changed

+70
-70
lines changed

dist/vue.common.dev.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
'use strict';
@@ -5439,7 +5439,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54395439
value: FunctionalRenderContext
54405440
});
54415441

5442-
Vue.version = '2.6.11';
5442+
Vue.version = '2.6.12';
54435443

54445444
/* */
54455445

@@ -7645,7 +7645,7 @@ function updateDOMProps (oldVnode, vnode) {
76457645
// skip the update if old and new VDOM state is the same.
76467646
// `value` is handled separately because the DOM value may be temporarily
76477647
// out of sync with VDOM state due to focus, composition and modifiers.
7648-
// This #4521 by skipping the unnecesarry `checked` update.
7648+
// This #4521 by skipping the unnecessary `checked` update.
76497649
cur !== oldProps[key]
76507650
) {
76517651
// some property updates can throw
@@ -9890,7 +9890,7 @@ function parse (
98909890
}
98919891
},
98929892
comment: function comment (text, start, end) {
9893-
// adding anyting as a sibling to the root node is forbidden
9893+
// adding anything as a sibling to the root node is forbidden
98949894
// comments should still be allowed, but ignored
98959895
if (currentParent) {
98969896
var child = {

dist/vue.common.prod.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.esm.browser.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
/* */
@@ -5470,7 +5470,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54705470
value: FunctionalRenderContext
54715471
});
54725472

5473-
Vue.version = '2.6.11';
5473+
Vue.version = '2.6.12';
54745474

54755475
/* */
54765476

@@ -7668,7 +7668,7 @@ function updateDOMProps (oldVnode, vnode) {
76687668
// skip the update if old and new VDOM state is the same.
76697669
// `value` is handled separately because the DOM value may be temporarily
76707670
// out of sync with VDOM state due to focus, composition and modifiers.
7671-
// This #4521 by skipping the unnecesarry `checked` update.
7671+
// This #4521 by skipping the unnecessary `checked` update.
76727672
cur !== oldProps[key]
76737673
) {
76747674
// some property updates can throw
@@ -9907,7 +9907,7 @@ function parse (
99079907
}
99089908
},
99099909
comment (text, start, end) {
9910-
// adding anyting as a sibling to the root node is forbidden
9910+
// adding anything as a sibling to the root node is forbidden
99119911
// comments should still be allowed, but ignored
99129912
if (currentParent) {
99139913
const child = {

dist/vue.esm.browser.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.esm.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
/* */
@@ -5459,7 +5459,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54595459
value: FunctionalRenderContext
54605460
});
54615461

5462-
Vue.version = '2.6.11';
5462+
Vue.version = '2.6.12';
54635463

54645464
/* */
54655465

@@ -7667,7 +7667,7 @@ function updateDOMProps (oldVnode, vnode) {
76677667
// skip the update if old and new VDOM state is the same.
76687668
// `value` is handled separately because the DOM value may be temporarily
76697669
// out of sync with VDOM state due to focus, composition and modifiers.
7670-
// This #4521 by skipping the unnecesarry `checked` update.
7670+
// This #4521 by skipping the unnecessary `checked` update.
76717671
cur !== oldProps[key]
76727672
) {
76737673
// some property updates can throw
@@ -9919,7 +9919,7 @@ function parse (
99199919
}
99209920
},
99219921
comment: function comment (text, start, end) {
9922-
// adding anyting as a sibling to the root node is forbidden
9922+
// adding anything as a sibling to the root node is forbidden
99239923
// comments should still be allowed, but ignored
99249924
if (currentParent) {
99259925
var child = {

dist/vue.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
(function (global, factory) {
@@ -5443,7 +5443,7 @@
54435443
value: FunctionalRenderContext
54445444
});
54455445

5446-
Vue.version = '2.6.11';
5446+
Vue.version = '2.6.12';
54475447

54485448
/* */
54495449

@@ -7649,7 +7649,7 @@
76497649
// skip the update if old and new VDOM state is the same.
76507650
// `value` is handled separately because the DOM value may be temporarily
76517651
// out of sync with VDOM state due to focus, composition and modifiers.
7652-
// This #4521 by skipping the unnecesarry `checked` update.
7652+
// This #4521 by skipping the unnecessary `checked` update.
76537653
cur !== oldProps[key]
76547654
) {
76557655
// some property updates can throw
@@ -9894,7 +9894,7 @@
98949894
}
98959895
},
98969896
comment: function comment (text, start, end) {
9897-
// adding anyting as a sibling to the root node is forbidden
9897+
// adding anything as a sibling to the root node is forbidden
98989898
// comments should still be allowed, but ignored
98999899
if (currentParent) {
99009900
var child = {

dist/vue.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.runtime.common.dev.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
'use strict';
@@ -5430,7 +5430,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54305430
value: FunctionalRenderContext
54315431
});
54325432

5433-
Vue.version = '2.6.11';
5433+
Vue.version = '2.6.12';
54345434

54355435
/* */
54365436

@@ -6997,7 +6997,7 @@ function updateDOMProps (oldVnode, vnode) {
69976997
// skip the update if old and new VDOM state is the same.
69986998
// `value` is handled separately because the DOM value may be temporarily
69996999
// out of sync with VDOM state due to focus, composition and modifiers.
7000-
// This #4521 by skipping the unnecesarry `checked` update.
7000+
// This #4521 by skipping the unnecessary `checked` update.
70017001
cur !== oldProps[key]
70027002
) {
70037003
// some property updates can throw

dist/vue.runtime.common.prod.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.runtime.esm.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.6.11
3-
* (c) 2014-2019 Evan You
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
44
* Released under the MIT License.
55
*/
66
/* */
@@ -5450,7 +5450,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
54505450
value: FunctionalRenderContext
54515451
});
54525452

5453-
Vue.version = '2.6.11';
5453+
Vue.version = '2.6.12';
54545454

54555455
/* */
54565456

@@ -7019,7 +7019,7 @@ function updateDOMProps (oldVnode, vnode) {
70197019
// skip the update if old and new VDOM state is the same.
70207020
// `value` is handled separately because the DOM value may be temporarily
70217021
// out of sync with VDOM state due to focus, composition and modifiers.
7022-
// This #4521 by skipping the unnecesarry `checked` update.
7022+
// This #4521 by skipping the unnecessary `checked` update.
70237023
cur !== oldProps[key]
70247024
) {
70257025
// some property updates can throw

0 commit comments

Comments
 (0)