nativescript-vue 2.9.1-rc.0 → 2.9.1
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
|
-
* NativeScript-Vue v2.9.1
|
|
3
|
+
* NativeScript-Vue v2.9.1
|
|
4
4
|
* (Using Vue v2.6.14)
|
|
5
5
|
* (c) 2017-2022 rigor789
|
|
6
6
|
* Released under the MIT license.
|
|
@@ -7194,7 +7194,7 @@ function isUnknownElement(el) {
|
|
|
7194
7194
|
}
|
|
7195
7195
|
|
|
7196
7196
|
var VUE_VERSION = process.env.VUE_VERSION || '2.6.14';
|
|
7197
|
-
var NS_VUE_VERSION = process.env.NS_VUE_VERSION || '2.9.1
|
|
7197
|
+
var NS_VUE_VERSION = process.env.NS_VUE_VERSION || '2.9.1';
|
|
7198
7198
|
|
|
7199
7199
|
var infoTrace = once(function () {
|
|
7200
7200
|
console.log(
|