nativescript-vue 2.9.2 → 2.9.3
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/README.md +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
|
-
* NativeScript-Vue v2.9.
|
|
3
|
+
* NativeScript-Vue v2.9.3
|
|
4
4
|
* (Using Vue v2.6.14)
|
|
5
5
|
* (c) 2017-2022 rigor789
|
|
6
6
|
* Released under the MIT license.
|
|
@@ -7212,7 +7212,7 @@ function isUnknownElement(el) {
|
|
|
7212
7212
|
}
|
|
7213
7213
|
|
|
7214
7214
|
var VUE_VERSION = process.env.VUE_VERSION || '2.6.14';
|
|
7215
|
-
var NS_VUE_VERSION = process.env.NS_VUE_VERSION || '2.9.
|
|
7215
|
+
var NS_VUE_VERSION = process.env.NS_VUE_VERSION || '2.9.3';
|
|
7216
7216
|
|
|
7217
7217
|
var infoTrace = once(function () {
|
|
7218
7218
|
console.log(
|