html sanitizer

This commit is contained in:
Nazar Kanaev
2020-07-28 09:45:45 +01:00
parent 125a44c659
commit f01bf277c1
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
'use strict';
Vue.prototype.$sanitize = DOMPurify.sanitize
var debounce = function(callback, wait) {
var timeout
return function() {

File diff suppressed because one or more lines are too long