Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AwesomeDevin committed Nov 3, 2023
1 parent 5415429 commit 25b8e7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHINESE-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ this.$waterfall.forceUpdate() //forceUpdate
2. 使用了`waterfall`的父组件,如果样式存在问题,可去掉css `scoped`尝试一下
##### main.js
```javascript
import { createApp } from "vue";
import waterfall from 'vue-waterfall2'
Vue.use(waterfall)

const app = createApp(App)
app.use(waterfall)
```
##### app.vue
```javascript
Expand Down

0 comments on commit 25b8e7e

Please sign in to comment.