
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
perfect-scrollbar-vue2
Advanced tools
This is a fork of Vue2-perfect-scrollbar. This is being done because there are currently mobile performance issues in perfect scrollbar that were fixed almost a year ago, but still not merged, along with 18 other PRs. In order to get a performant component quickly, I forked this with very tiny mods.
Vue.js minimalistic but powerful wrapper for perfect scrollbar
Because I ❤️ to use perfect-scrollbar in my projects (🙌 utatti). But also because the current solutions on github are outdated or overcomplicated.
Because you want to load perfect-scrollbar to your Vue project in an easy way. But also because this plugin is updated, tested and build by rollup. So you will not find any unnecessary 💩 code in this repo. I hope 🙏.
If you have any reasonable PR you are welcome 🤘
npm install vue2-perfect-scrollbar
yarn add vue2-perfect-scrollbar
import PerfectScrollbar from 'vue2-perfect-scrollbar'
import 'vue2-perfect-scrollbar/dist/vue2-perfect-scrollbar.css'
Vue.use(PerfectScrollbar)
So then you can use this plugin in each component as
<perfect-scrollbar>
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</perfect-scrollbar>
Install method takes additional parameters:
name {String}Name of your global component.
Default: PerfectScrollbar
tag {String}Tag which will be render as perfect scrollbar container
Default: div
options {Object}: Optionsperfect-scrollbar options.
Default: {}
<template>
<div>
<perfect-scrollbar>
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</perfect-scrollbar>
</div>
</template>
<script>
import { PerfectScrollbar } from 'vue2-perfect-scrollbar'
export default {
components: {
PerfectScrollbar
}
}
</script>
<style src="vue2-perfect-scrollbar/dist/vue2-perfect-scrollbar.css"/>
tag {String}Tag which will be render as perfect scrollbar container
Default: div
options {Object}: Optionsperfect-scrollbar options.
You can listen on every event which offer you perfect-scrollbar. Read more
https://mercs600.github.io/vue2-perfect-scrollbar/. You can also fork example from codesandbox
Soon
FAQs
Vue.js wrapper for perfect scrollbar
We found that perfect-scrollbar-vue2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.