Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 9dca7e5

Browse files
Import preparations mixin
1 parent f224f16 commit 9dca7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
export default {
4545
name: 'agile',
4646
47-
mixins: [handlers, helpers, props, watchers],
47+
mixins: [handlers, helpers, preparations, props, watchers],
4848
4949
data () {
5050
return {

0 commit comments

Comments
 (0)