@kaitify/vue 0.0.3 → 0.0.4-beta.10

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.
@@ -26,5 +26,6 @@ declare const _default: {
26
26
  四级标题: string;
27
27
  五级标题: string;
28
28
  六级标题: string;
29
+ 自动识别: string;
29
30
  };
30
31
  export default _default;
@@ -26,5 +26,6 @@ declare const _default: {
26
26
  四级标题: string;
27
27
  五级标题: string;
28
28
  六级标题: string;
29
+ 自动识别: string;
29
30
  };
30
31
  export default _default;
@@ -26,5 +26,6 @@ declare const _default: {
26
26
  四级标题: string;
27
27
  五级标题: string;
28
28
  六级标题: string;
29
+ 自动识别: string;
29
30
  };
30
31
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaitify/vue",
3
- "version": "0.0.3",
3
+ "version": "0.0.4-beta.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "so-better",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@iconify/vue": "^4.3.0",
20
- "@kaitify/core": "^0.0.1",
20
+ "@kaitify/core": "0.0.2-beta.5",
21
21
  "@popperjs/core": "^2.11.8",
22
22
  "dap-util": "^1.6.0",
23
23
  "vue": "^3.5.21"