Skip to content

Commit

Permalink
fix(slides): swiper must be a vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 14, 2018
1 parent fd06938 commit 3435473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/components/slides/slides.tsx
Expand Up @@ -11,7 +11,8 @@ import { SwiperInterface, SwiperOptions } from './swiper/swiper-interface';
styleUrls: {
ios: 'slides.ios.scss',
md: 'slides.md.scss'
}
},
assetsDir: 'swiper',
})
export class Slides implements ComponentInterface {

Expand Down

0 comments on commit 3435473

Please sign in to comment.