0.0.1 • Published 5 years ago

vue-params-save v0.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

使用方法

import { useParamsUtil } from 'vue-params-save'

router.beforeEach((to, from, next) => {
  useParamsUtil(to)
  return next()
})
0.0.1

5 years ago