1.0.3 • Published 2 years ago

router-count v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

router-count

Description

The callback parameter will be called, before the time when the website back to an empty interface.

Dependence

vue3@3 vue-router@4

Install

import routerCount from 'router-count';

Usage

import router from './router';
import routerCount from 'router-count';

routerCount(router, () => {
  alert(1)
});