Skip to content

Commit

Permalink
Fixes #30, #32, #33
Browse files Browse the repository at this point in the history
  • Loading branch information
freearhey committed Oct 6, 2017
1 parent df5cec7 commit c776c27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/vue2-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });


var Vue2Filters = {
install(Vue) {
install: function(Vue) {
__WEBPACK_IMPORTED_MODULE_0__util_index__["a" /* default */].each(__WEBPACK_IMPORTED_MODULE_1__string_index__, function(value, key) {
Vue.filter(key, value)
})
Expand Down
Loading

0 comments on commit c776c27

Please sign in to comment.