Skip to content

Commit c66c11c

Browse files
committed
chore: demo
1 parent 33d1f60 commit c66c11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-snippets/vue/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {Trace} from '@nativescript/core';
55
import BasicExample from './BasicExample.vue';
66

77
export function installPlugin() {
8-
Trace.addCategories('NOTA');
8+
Trace.addCategories(WebViewTraceCategory);
99
Trace.enable();
1010
Vue.use(WebView);
1111
}

0 commit comments

Comments
 (0)