From 878e469a1a46fe640abc1c4f883b31f2ee072d81 Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 7 Apr 2023 10:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 1f2bf62..c7d5a7b 100644 --- a/Readme.md +++ b/Readme.md @@ -11,6 +11,7 @@ - `#animation={type}`, 开箱即用的动画配置, 内置6种动画`fade(默认), scale, bounce, micro-bounce, rotate, slide` - `ref=xxx`, 类似`vue`的节点标识, 可方便的在`mounted()`之后通过 `this.$refs.xxx` 来访问该节点 - 用内置的`bind()`方法来给当前组件绑定事件时, 组件移除时事件也会自动销毁,无需手动销毁。 +- 灵活的`props`定义 ### 示例