Poprawka setTimeout
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -66,7 +66,7 @@ export default defineComponent({
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.actionMonit = text;
|
this.actionMonit = text;
|
||||||
|
|
||||||
this.monitTimeout = setTimeout(() => {
|
this.monitTimeout = window.setTimeout(() => {
|
||||||
this.actionMonit = '';
|
this.actionMonit = '';
|
||||||
}, 5000);
|
}, 5000);
|
||||||
}, 300);
|
}, 300);
|
||||||
@@ -76,7 +76,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
this.actionMonit = text;
|
this.actionMonit = text;
|
||||||
|
|
||||||
this.monitTimeout = setTimeout(() => {
|
this.monitTimeout = window.setTimeout(() => {
|
||||||
this.actionMonit = '';
|
this.actionMonit = '';
|
||||||
}, 5000);
|
}, 5000);
|
||||||
},
|
},
|
||||||
|
|||||||