Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 authored Sep 24, 2024
1 parent b32f542 commit 3128425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ npm run build

### 4、使用

##### (1)含有工程管理的前端项目(含有package.json/node_modules等文件)
#### 场景1:含有工程管理的前端项目(含有package.json/node_modules等文件)
```jsx
import "./lib/your-element"

Expand All @@ -108,7 +108,7 @@ import "./lib/your-element"
// <my-element [count]="count" />
```

##### (2)无工程管理的前端项目(不含有package.json/node_modules等文件,纯HTML+CSS+JS文件)
#### 场景2:无工程管理的前端项目(不含有package.json/node_modules等文件,纯HTML+CSS+JS文件)

单个 quarkc 组件,可以直接使用:

Expand Down Expand Up @@ -187,4 +187,4 @@ export default defineConfig({

## License

[MIT LICENSE](./LICENSE)
[MIT LICENSE](./LICENSE)

0 comments on commit 3128425

Please sign in to comment.