Implement lint

This commit is contained in:
2026-08-27 12:45:30 +02:00
parent 171db88400
commit 17009b641f
41 changed files with 70402 additions and 580 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ export default {
data() {
return {
title:''
}
};
},
inject: ['lang', 'isMobile'],
mounted() {
@@ -32,7 +32,7 @@ export default {
this.$refs.link.click();
}
}
}
};
</script>
<template>