@@ -51,6 +51,9 @@ export default {
head() {
return {
title: this.title,
+ script: [
+ { src: 'https://res.wx.qq.com/open/js/jweixin-1.2.0.js' },
+ ],
}
},
mounted() {