Skip to content

Commit

Permalink
little adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Nov 2, 2022
1 parent 6b7bf8e commit 5f1729f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/webpack-plugin/lib/runtime/optionProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ export default function processOption (
}
}

Vue.directive('animation', (el, binding) => {
return animation(el, binding)
})
Vue.directive('animation', animation)

Vue.filter('transRpxStyle', style => {
return transRpxStyle(style)
})
Vue.filter('transRpxStyle', transRpxStyle)

const routes = []

Expand Down

0 comments on commit 5f1729f

Please sign in to comment.