-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: 发布新版本 0.19.0 (2023-01-12) 🎉🎉🎉
- Loading branch information
Showing
7 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
<script setup lang="ts"></script> | ||
|
||
<template> | ||
<f-button font-color="#fff" color="#ff0de5" round ripples>自定义颜色</f-button> | ||
<f-button font-color="#fff" color="#22c1c3" loading>loading</f-button> | ||
<f-button type="default">默认按钮</f-button> | ||
<f-button type="primary">主要按钮</f-button> | ||
<f-button type="success">成功按钮</f-button> | ||
<f-button type="danger">危险按钮</f-button> | ||
<f-button type="warning">警告按钮</f-button> | ||
|
||
<f-button simple type="default">默认按钮</f-button> | ||
<f-button simple type="primary">主要按钮</f-button> | ||
<f-button simple type="success">成功按钮</f-button> | ||
<f-button simple type="danger">危险按钮</f-button> | ||
<f-button simple type="warning">警告按钮</f-button> | ||
</template> |