Skip to content

Commit 0352347

Browse files
committed
update main.js
1 parent f063a75 commit 0352347

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Vue.use(MultiDrawer, {
147147
debug: true
148148
});
149149

150-
import Dialog from './components/example/Dialog/tools';
150+
import Dialog from './components/example/dialog/tools';
151151
Vue.use(Dialog, {
152152
// override any option here
153153
// for example enable debug mode

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"nativescript-phone": "^1.4.0",
2525
"nativescript-pulltorefresh": "^2.3.0",
2626
"nativescript-socket.io": "^0.11.0",
27-
"nativescript-theme-core": "^1.0.4",
27+
"nativescript-theme-core": "^1.0.6",
2828
"nativescript-toast": "^2.0.0",
2929
"nativescript-ui-sidedrawer": "^7.0.0",
3030
"nativescript-vue": "^2.4.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4323,7 +4323,7 @@ nativescript-phone@^1.4.0:
43234323
dependencies:
43244324
nativescript-permissions "1.2.3"
43254325

4326-
nativescript-pulltorefresh@^2.2.0:
4326+
nativescript-pulltorefresh@^2.3.0:
43274327
version "2.3.0"
43284328
resolved "https://registry.yarnpkg.com/nativescript-pulltorefresh/-/nativescript-pulltorefresh-2.3.0.tgz#126a8b99f14de087317854ebc1462f68b3a69d0b"
43294329
integrity sha512-Y5o1NDMtQB5xvuGTS9QHQNLV1U6Ha7nWqKqGowGgdLTVx/ArVRVpOs+I2E9bbY2HX1k604+5dkG4BdkqsFRaiQ==

0 commit comments

Comments
 (0)