We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc371ed commit 75425b6Copy full SHA for 75425b6
script/component/MainPage.js
@@ -105,6 +105,13 @@ const MainPage = {
105
methods: {
106
goToLink: function () {
107
window.scrollTo(0, 0);
108
+
109
+ var scriptEl = document.createElement('script');
110
+ scriptEl.setAttribute('src', '//cdn.carbonads.com/carbon.js?serve=CK7DL53W&placement=typeormio');
111
+ scriptEl.setAttribute('id', '_carbonads_js');
112
+ scriptEl.setAttribute('async', null);
113
+ this.$refs.carbon.innerHTML = ''
114
+ this.$refs.carbon.appendChild(scriptEl);
115
},
116
changeLang: function (locale) {
117
$cookies.set("locale", locale);
0 commit comments