Skip to content

Commit

Permalink
add Vue2Filters.mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 authored Dec 4, 2018
1 parent e6043a8 commit 9329aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/assets/js/components/manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<script>
import debounce from 'lodash/debounce'
import Vue2Filters from 'vue2-filters'
import Broadcast from '../modules/broadcast'
import BulkSelect from '../modules/bulk'
Expand Down Expand Up @@ -38,6 +39,7 @@ export default {
},
name: 'media-manager',
mixins: [
Vue2Filters.mixin,
Broadcast,
BulkSelect,
Cache,
Expand Down

0 comments on commit 9329aab

Please sign in to comment.