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