@@ -59,7 +59,7 @@ export default {
},
methods: {
async playTyping(){
- const writeText = (text,delay=150)=>{
+ const writeText = (text,delay=20)=>{
return new Promise((res,rej)=>{
setTimeout(()=>{
this.typingText+=text