perf: 优化页面样式

This commit is contained in:
xiaoxian521
2023-02-11 16:14:58 +08:00
parent c7f1ae9fb7
commit 7892c9c600
45 changed files with 333 additions and 271 deletions

View File

@@ -5,7 +5,7 @@ import TypeIt from "typeit";
export default defineComponent({
name: "TypeIt",
props: {
/** 打字速度,以每一步之间的毫秒数为单位 */
/** 打字速度,以每一步之间的毫秒数为单位,默认`200` */
speed: {
type: Number,
default: 200