UNPKG
performance-monitors
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
this is a performanceMonitor package!
performance-monitors
/
index.js
8 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
PerformanceMonitor
from
'./performanceMonitor'
;
export
default
{
install
(
Vue, options
) {
/* eslint-disable no-new */
new
PerformanceMonitor
(options); } };