mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-13 22:55:42 +00:00
refactor(clean): removed empty style tag
This commit is contained in:
@@ -53,5 +53,3 @@ const b64Validation = useValidation({
|
||||
rules: [{ message: 'Invalid base64 string', validator: (value) => isValidBase64(value.trim()) }],
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user