UNPKG

performance-monitors

Version:

this is a performanceMonitor package!

8 lines (7 loc) 186 B
import PerformanceMonitor from './performanceMonitor'; export default { install(Vue, options) { /* eslint-disable no-new */ new PerformanceMonitor(options); } };