更新readme

pull/1/head
yutent 2023-04-07 10:11:58 +08:00
parent bd36c96292
commit 878e469a1a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- `#animation={type}`, 开箱即用的动画配置, 内置6种动画`fade(默认), scale, bounce, micro-bounce, rotate, slide`
- `ref=xxx`, 类似`vue`的节点标识, 可方便的在`mounted()`之后通过 `this.$refs.xxx` 来访问该节点
- 用内置的`bind()`方法来给当前组件绑定事件时, 组件移除时事件也会自动销毁,无需手动销毁。
- 灵活的`props`定义
### 示例