2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 06:00:33 +03:00

implement sanitization

This commit is contained in:
Declan de Wet
2016-11-23 14:56:32 +02:00
parent cd6a1e5d58
commit ff6d7cc38a
5 changed files with 320 additions and 253 deletions
+3
View File
@@ -10,6 +10,8 @@
"bugs": "https://github.com/declandewet/vue-meta/issues",
"dependencies": {
"deepmerge": "^1.2.0",
"lodash.escape": "^4.0.1",
"lodash.isplainobject": "^4.0.6",
"object-assign": "^4.1.0"
},
"devDependencies": {
@@ -52,6 +54,7 @@
"vue": "^2.0.3",
"vue-loader": "^10.0.0",
"vue-router": "^2.0.1",
"vue-template-compiler": "^2.1.0",
"vuex": "^2.0.0",
"webpack": "beta",
"webpack-dev-server": "beta"