[TASK] Test 3

This commit is contained in:
XiCoN-Luan- 2019-12-10 01:26:21 +01:00
parent 7899a99b42
commit 1910723990
2 changed files with 2 additions and 2 deletions

2
dist/main.js vendored

File diff suppressed because one or more lines are too long

View File

@ -167,7 +167,7 @@ export default {
var boxesRefs = this.$refs.boxref;
boxesRefs.forEach(function(boxRef) {
setTimeout(function(){ cosole.log('ttest') }, 1000);
setTimeout(function(){ console.log('test') }, 1000);
boxRef.traceRoute();
});