vue-code-highlight
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "vue-code-highlight", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Jan Bílek", | ||
@@ -5,0 +5,0 @@ "email": "honza@elision.design", |
import Prism from 'prism-es6'; | ||
export default { | ||
update(el) { | ||
bind(el) { | ||
Prism.highlightAllUnder(el); | ||
}, | ||
}; |
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
715438