From d5d2db7ee86dea73f77353809dcf70578d31d416 Mon Sep 17 00:00:00 2001 From: powerdot Date: Fri, 9 Oct 2020 18:53:23 +0300 Subject: [PATCH] Nativescript 7 update --- dist/nativescript-vue-shadow.esm.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dist/nativescript-vue-shadow.esm.js b/dist/nativescript-vue-shadow.esm.js index 0b62520..8e8a311 100644 --- a/dist/nativescript-vue-shadow.esm.js +++ b/dist/nativescript-vue-shadow.esm.js @@ -1,8 +1,9 @@ import Vue from 'nativescript-vue'; -import { isAndroid, screen, isIOS } from 'tns-core-modules/platform'; -import { Color } from 'tns-core-modules/color'; -import { Length, View } from 'tns-core-modules/ui/page/page'; -import { addWeakEventListener, removeWeakEventListener } from 'tns-core-modules/ui/core/weak-event-listener'; +import { isAndroid, Screen, isIOS } from '@nativescript/core'; +let screen = Screen; +import { Color } from '@nativescript/core'; +import { Length, View } from '@nativescript/core'; +import { addWeakEventListener, removeWeakEventListener } from "@nativescript/core"; var ShapeEnum; (function (ShapeEnum) {