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 9cfab49 commit f86b5d1Copy full SHA for f86b5d1
examples/js/include-web.js
@@ -195,7 +195,7 @@
195
inputScript(libsurl + '/babel/6.26.0/babel.min.js');
196
}
197
if (inArray(includes, 'vue')) {
198
- inputScript(libsurl + '/vue/2.5.17/vue.min.js');
+ inputScript(libsurl + '/vue/2.6.14/vue.min.js');
199
200
if (inArray(includes, 'ionRangeSlider')) {
201
inputCSS(libsurl + '/ionRangeSlider/2.2.0/css/ion.rangeSlider.css');
0 commit comments