Skip to content

Commit

Permalink
build: release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Oct 5, 2023
1 parent e5e345c commit 7bfcd30
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 155 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: June
* @Date: 2023-03-17 22:02:02
* @LastEditors: June
* @LastEditTime: 2023-10-04 14:32:05
* @LastEditTime: 2023-10-06 02:21:39
-->

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

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

[查看文档](./lib/README.md)
[Document(查看文档)](./lib/README.md)

#### Usage

Expand Down
14 changes: 13 additions & 1 deletion lib/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,17 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type {
Component,
ComponentPublicInstance,
ComputedRef,
ExtractDefaultPropTypes,
ExtractPropTypes,
ExtractPublicPropTypes,
InjectionKey,
PropType,
Ref,
VNode,
WritableComputedRef,
} from 'vue'
}
Loading

0 comments on commit 7bfcd30

Please sign in to comment.