@fulate/components 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# `@fulate/components`
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
`@fulate/components` 提供基于 Vue 和 Material Design 3 的 Canvas UI 组件:`FButton`、`FInput`、
|
|
3
|
+
`@fulate/components` 提供基于 Vue 和 Material Design 3 的 Canvas UI 组件:`FButton`、`FInput`、
|
|
6
4
|
`FSelect`、`FRadio`、`FCheckbox`、`FSwitch`、`FTooltip`、`FPopover`、`FDialog` 与 `FMessage`。
|
|
7
5
|
导入包会加载 Yoga 的 `f-div`/`f-span` 注册,以便组件模板使用 Flex 容器。
|
|
8
6
|
|