chore(lint): enforce 2-space indent & add gpg pre-commit hook
This commit is contained in:
@@ -19,7 +19,7 @@ const Ripple = {
|
||||
|
||||
// Allow custom color via directive value
|
||||
if (binding.value && typeof binding.value === 'string') {
|
||||
circle.style.backgroundColor = binding.value;
|
||||
circle.style.backgroundColor = binding.value;
|
||||
}
|
||||
|
||||
el.appendChild(circle);
|
||||
|
||||
Reference in New Issue
Block a user