Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Aug 20, 2024
1 parent 2d0a8d3 commit 6c3c6a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ import "./lib/your-element"
<my-element count="count" />

// vue
<my-element :count="count" />
// <my-element :count="count" />

// react
<my-element count={count} />
// <my-element count={count} />

// svelte
<my-element {count} />
// <my-element {count} />

// angular
<my-element [count]="count" />
// <my-element [count]="count" />
```

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

0 comments on commit 6c3c6a3

Please sign in to comment.