We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712e3d commit 485aa80Copy full SHA for 485aa80
packages/mlkit-core/README.md
@@ -41,7 +41,7 @@ import { MLKitModule } from '@nativescript/mlkit-core/angular';
41
<MLKitView
42
cameraPosition="back"
43
detectionType="all"
44
-(detection)="onDetection"
+(detection)="onDetection($event)"
45
></MLKitView>
46
```
47
@@ -54,12 +54,12 @@ import MLKit from '@nativescript/mlkit-core/vue'
54
Vue.use(MLKit)
55
56
57
-```xml
+```html
58
59
60
61
@detection="onDetection"
62
-></MLKitView>
+/>
63
64
65
### Optional modules
0 commit comments