()
| 319 | } |
| 320 | Object.defineProperty(Vue, 'util', { |
| 321 | get() { |
| 322 | assertCompatEnabled(DeprecationTypes.GLOBAL_PRIVATE_UTIL, null) |
| 323 | return util |
| 324 | }, |
| 325 | }) |
| 326 | |
| 327 | Vue.configureCompat = configureCompat |
nothing calls this directly
no test coverage detected