Skip to content

Commit 7bfcd30

Browse files
committed
build: release update
1 parent e5e345c commit 7bfcd30

File tree

6 files changed

+206
-155
lines changed

6 files changed

+206
-155
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @Author: June
55
* @Date: 2023-03-17 22:02:02
66
* @LastEditors: June
7-
* @LastEditTime: 2023-10-04 14:32:05
7+
* @LastEditTime: 2023-10-06 02:21:39
88
-->
99

1010
## color-gradient-picker-vue3
@@ -16,7 +16,7 @@ Color and gradient picker for vue3.js. [If you use vue2, plese use color-gradi
1616

1717
<img style="margin: 0 auto;" src="./imgs/introduct.png" width="50%" />
1818

19-
[查看文档](./lib/README.md)
19+
[Document(查看文档)](./lib/README.md)
2020

2121
#### Usage
2222

lib/auto-imports.d.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,17 @@ declare global {
6161
// for type re-export
6262
declare global {
6363
// @ts-ignore
64-
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
64+
export type {
65+
Component,
66+
ComponentPublicInstance,
67+
ComputedRef,
68+
ExtractDefaultPropTypes,
69+
ExtractPropTypes,
70+
ExtractPublicPropTypes,
71+
InjectionKey,
72+
PropType,
73+
Ref,
74+
VNode,
75+
WritableComputedRef,
76+
} from 'vue'
6577
}

0 commit comments

Comments
 (0)