@jnrs/vue-core 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,3 @@
1
- /**
2
- * @Author : TanRui
3
- * @WeChat : Tan578853789
4
- * @File : index.ts
5
- * @Date : 2025/11/07
6
- * @Desc. : 路由
7
- */
8
1
  import type { Router, RouteLocationRaw } from 'vue-router';
9
2
  import type { CreateVueRouter, MenuItem } from './types';
10
3
  /**
@@ -1,10 +1,3 @@
1
- /**
2
- * @Author : TanRui
3
- * @WeChat : Tan578853789
4
- * @File : index.ts
5
- * @Date : 2025/11/07
6
- * @Desc. : 路由
7
- */
8
1
  import { createRouter } from 'vue-router';
9
2
  import { DEFAULT_OPTIONS } from './defaults';
10
3
  let router;
@@ -1,3 +1,10 @@
1
+ /**
2
+ * @Author : TanRui
3
+ * @WeChat : Tan578853789
4
+ * @File : @jnrs/vue-core/router
5
+ * @Date : 2025/11/05
6
+ * @Desc. : vue-router 封装
7
+ */
1
8
  export type * from 'vue-router';
2
9
  export type * from './types';
3
10
  export { useRouter, useRoute } from 'vue-router';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jnrs/vue-core",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "As the name suggests.",
5
5
  "author": "Talia-Tan",
6
6
  "license": "ISC",