Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 230faf3

Browse files
style: indent code
1 parent 502730c commit 230faf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/directives/ga.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export default {
1515
: binding.value
1616

1717
if (!fn) {
18-
throw new Error('[vue-analytics] The value passed to v-ga is not defined in the commands list.')
18+
throw new Error(
19+
'[vue-analytics] The value passed to v-ga is not defined in the commands list.'
20+
)
1921
}
2022

2123
fn.apply(vnode.context)

0 commit comments

Comments
 (0)