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

Commit 9969d41

Browse files
author
Łukasz Florczak
committed
Fix mixins importing
Resolve: #89
1 parent a4d3275 commit 9969d41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Agile.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
</template>
3636

3737
<script>
38-
import handlers from '@/mixins/handlers'
39-
import helpers from '@/mixins/helpers'
40-
import preparations from '@/mixins/preparations'
41-
import props from '@/mixins/props'
42-
import watchers from '@/mixins/watchers'
38+
import handlers from './mixins/handlers'
39+
import helpers from './mixins/helpers'
40+
import preparations from './mixins/preparations'
41+
import props from './mixins/props'
42+
import watchers from './mixins/watchers'
4343
4444
export default {
4545
name: 'agile',

0 commit comments

Comments
 (0)