Skip to content

Instantly share code, notes, and snippets.

@Borzenko

Borzenko/demo.js Secret

Created January 26, 2017 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Borzenko/649d2be5542f7c879942f853606a6ab1 to your computer and use it in GitHub Desktop.
Save Borzenko/649d2be5542f7c879942f853606a6ab1 to your computer and use it in GitHub Desktop.
import 'malihu-custom-scrollbar-plugin';
export default {
name: 'weather',
mounted: function() {
$('.weather-widget-list').mCustomScrollbar();
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment