vue-mount-time

0.1.0 • Public • Published

vue-mount-time The MIT License Codecov npm David

记录 vue SPA 页面打开时间

Install

$ npm install -D vue-mount-time

Usage

import Vue from 'vue'
import VueMountTime from 'vue-mount-time'

Vue.use(VueMountTime, {
  record: function(timing){
    console.log(timing) // 上报处理
  }
})

License

MIT

/vue-mount-time/

    Package Sidebar

    Install

    npm i vue-mount-time

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • jerret321