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

Commit 9329aab

Browse files
authored
add Vue2Filters.mixin
1 parent e6043a8 commit 9329aab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/resources/assets/js/components/manager.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<script>
44
import debounce from 'lodash/debounce'
5+
import Vue2Filters from 'vue2-filters'
56
67
import Broadcast from '../modules/broadcast'
78
import BulkSelect from '../modules/bulk'
@@ -38,6 +39,7 @@ export default {
3839
},
3940
name: 'media-manager',
4041
mixins: [
42+
Vue2Filters.mixin,
4143
Broadcast,
4244
BulkSelect,
4345
Cache,

0 commit comments

Comments
 (0)