1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 10:07:22 +01:00

chore(format): updates js files to updates prettier

This commit is contained in:
Amir Raminfar
2023-07-06 08:41:04 -07:00
parent d2bb0cd31d
commit e4ef784be7
16 changed files with 79 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ onMounted(() => {
{
attributes: true,
attributeFilter: ["class"],
}
},
);
});
</script>