Skip to content

Commit 0e5c55b

Browse files
committed
feat: silence framework output by default
1 parent ba2b7f4 commit 0e5c55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform/nativescript/framework.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import RouterPlugin from './plugins/router-plugin'
1414

1515
import { setVue } from './util'
1616

17+
Vue.config.silent = true
18+
1719
setVue(Vue)
1820

1921
Vue.use(ModalPlugin)

0 commit comments

Comments
 (0)