feat: init
This commit is contained in:
6
node_modules/nuxt/dist/pages/runtime/plugins/router.d.ts
generated
vendored
Normal file
6
node_modules/nuxt/dist/pages/runtime/plugins/router.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Router } from 'vue-router';
|
||||
import type { Plugin } from 'nuxt/app';
|
||||
declare const plugin: Plugin<{
|
||||
router: Router;
|
||||
}>;
|
||||
export default plugin;
|
||||
Reference in New Issue
Block a user