@@ -27,7 +27,7 @@ export default {
}
},
mounted() {
- window.$privacy = function(html) {
+ window.$privacy = html => {
this.content = html;
};
this.$pageParams = currentUrlToParams();
- window.$userProtocol = function(html) {
+ window.$userProtocol = html => {