Skip to content

Commit b12ee23

Browse files
authored
Update MainPage.js
1 parent a9953df commit b12ee23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/component/MainPage.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const MainPage = {
6969
</div>
7070
</li>
7171
</ul>
72-
<div ref="script-holder"></div>
72+
<div ref="carbon"></div>
7373
</div>
7474
<div class="col-12 col-sm-7 col-md-8">
7575
<router-view></router-view>
@@ -88,7 +88,7 @@ const MainPage = {
8888
scriptEl.setAttribute('src', '//cdn.carbonads.com/carbon.js?serve=CK7DL53W&placement=typeormio');
8989
scriptEl.setAttribute('id', '_carbonads_js');
9090
scriptEl.setAttribute('async', null);
91-
this.$refs.scriptHolder.appendChild(scriptEl);
91+
this.$refs.carbon.appendChild(scriptEl);
9292
},
9393
methods: {
9494
goToLink: function() {

0 commit comments

Comments
 (0)