mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
perf: 增强ReTypeit组件,支持插槽以及所有typeit配置项 (#922)
* perf: 增强typeit组件 * fix: update * fix: delete invalid code
This commit is contained in:
@@ -166,7 +166,9 @@ watch(loginDay, value => {
|
||||
<avatar class="avatar" />
|
||||
<Motion>
|
||||
<h2 class="outline-none">
|
||||
<TypeIt :values="[title]" :cursor="false" :speed="150" />
|
||||
<TypeIt
|
||||
:options="{ strings: [title], cursor: false, speed: 100 }"
|
||||
/>
|
||||
</h2>
|
||||
</Motion>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user