vue-scroll-progress
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "vue-scroll-progress", | ||
"description": "Simple Vue.js plugin for page scroll progress bar", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "spemer <ghsspower@naver.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -43,3 +43,3 @@ # vue-scroll-progress 🎉 | ||
``` html | ||
// .vue template | ||
<!-- .vue template --> | ||
<template> | ||
@@ -54,5 +54,3 @@ <VueScrollProgress></VueScrollProgress> | ||
<style> | ||
/* | ||
play with some lines below | ||
*/ | ||
/* play with some lines below */ | ||
#progress-container-el { | ||
@@ -59,0 +57,0 @@ /* background */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5982
69