index.js 237 B

1234567891011
  1. // import IsShow from './isShow'
  2. // import Anchor from './anchor'
  3. // let directives = [IsShow, Anchor]
  4. export default {
  5. // install (Vue) {
  6. // directives.forEach(directive => {
  7. // directive.install(Vue)
  8. // })
  9. // }
  10. }