We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ffccb commit b0a0948Copy full SHA for b0a0948
src/index.ts
@@ -64,7 +64,7 @@ export function ComponentWithComputed<
64
if (!Array.isArray(options.behaviors)) {
65
options.behaviors = []
66
}
67
- options.behaviors.unshift(behavior)
+ options.behaviors.push(behavior)
68
return Component(options)
69
70
0 commit comments