Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsf committed Jul 16, 2024
1 parent 8804732 commit 671a24b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
9 changes: 3 additions & 6 deletions src/docs/quickstart.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ npm i quarkd
## Usage

```tsx
<template>
<div>
<quark-button type="primary" @click="handleClick">按钮</quark-button>;
</div>
</template>
<quark-button type="primary" @click="handleClick">按钮</quark-button>

<script>
import "quarkd/lib/button";
import "quarkd/lib/button"
</script>
```

Expand Down
10 changes: 4 additions & 6 deletions src/docs/quickstart.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ import "quarkd/lib"
## 使用示例

```tsx
<template>
<div>
<quark-button type="primary" @click="handleClick">按钮</quark-button>;
</div>
</template>

<quark-button type="primary" @click="handleClick">按钮</quark-button>

<script>
import "quarkd/lib/button";
import "quarkd/lib/button"
</script>
```

Expand Down

0 comments on commit 671a24b

Please sign in to comment.