File tree 4 files changed +9
-12
lines changed
4 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"version" : " 0.0.1" ,
5
5
"dependencies" : {
6
- "@nativescript-community/systemui " : " *" ,
6
+ "@nativescript-community/ui-label " : " *" ,
7
7
"vue-class-component" : " ^7.2.6" ,
8
8
"vue-property-decorator" : " ^8.5.1"
9
9
},
Original file line number Diff line number Diff line change 1
1
import Vue from 'nativescript-vue' ;
2
2
import Basic from './Basic.vue' ;
3
3
4
- export function installPlugin ( ) { }
4
+ export function installPlugin ( ) {
5
+ Vue . registerElement ( 'HTMLLabel' , ( ) => require ( '@nativescript-community/ui-label' ) . Label ) ;
6
+
7
+ }
5
8
6
9
export const demos = [ { name : 'Basic' , path : 'basic' , component : Basic } ] ;
Original file line number Diff line number Diff line change 79
79
"yarn" : " >=1.19.1" ,
80
80
"pnpm" : " >=7.0.0" ,
81
81
"node" : " ^14.20.0 || ^16.13.0 || >=18.10.0"
82
- }
82
+ },
83
+ "packageManager" :
" [email protected] +sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
83
84
}
Original file line number Diff line number Diff line change @@ -1476,18 +1476,11 @@ __metadata:
1476
1476
languageName : node
1477
1477
linkType : hard
1478
1478
1479
- " @nativescript-community/systemui@npm:* " :
1480
- version : 1.1.23
1481
- resolution : " @nativescript-community/systemui@npm:1.1.23"
1482
- checksum : e2da894bf2912a06f2874bbf799b7f39a46bc5828704c9de937781225c8137d48fe1f4b7bf17084471af9544e34132e0288eec737800371385e6c45d76e54044
1483
- languageName : node
1484
- linkType : hard
1485
-
1486
1479
" @nativescript-community/template-snippet@npm:0.0.1, @nativescript-community/template-snippet@workspace:demo-snippets " :
1487
1480
version : 0.0.0-use.local
1488
1481
resolution : " @nativescript-community/template-snippet@workspace:demo-snippets"
1489
1482
dependencies :
1490
- " @nativescript-community/systemui " : " npm:*"
1483
+ " @nativescript-community/ui-label " : " npm:*"
1491
1484
vue-class-component : " npm:^7.2.6"
1492
1485
vue-property-decorator : " npm:^8.5.1"
1493
1486
languageName : unknown
@@ -1500,7 +1493,7 @@ __metadata:
1500
1493
languageName : node
1501
1494
linkType : hard
1502
1495
1503
- " @nativescript-community/ui-label@workspace:packages/label " :
1496
+ " @nativescript-community/ui-label@npm:*, @nativescript-community/ui-label@ workspace:packages/label " :
1504
1497
version : 0.0.0-use.local
1505
1498
resolution : " @nativescript-community/ui-label@workspace:packages/label"
1506
1499
dependencies :
You can’t perform that action at this time.
0 commit comments