Moriz Wahl 903ce7071f
refactor(webapp): remove warnings in unit tests (#8556)
* refactor(webapp): remove warnings in unit tests
2025-05-27 22:10:58 +00:00

7 lines
104 B
JavaScript

import Vue from 'vue'
Vue.config.productionTip = false
Vue.config.devtools = false
export default Vue