Skip to content

Commit

Permalink
Merge pull request #144 from AwesomeDevin/feat-vue3
Browse files Browse the repository at this point in the history
feat: update readme
  • Loading branch information
AwesomeDevin authored Nov 3, 2023
2 parents 54a5513 + 25b8e7e commit fe52036
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 @@ -70,8 +70,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 fe52036

Please sign in to comment.