We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9953df commit b12ee23Copy full SHA for b12ee23
script/component/MainPage.js
@@ -69,7 +69,7 @@ const MainPage = {
69
</div>
70
</li>
71
</ul>
72
- <div ref="script-holder"></div>
+ <div ref="carbon"></div>
73
74
<div class="col-12 col-sm-7 col-md-8">
75
<router-view></router-view>
@@ -88,7 +88,7 @@ const MainPage = {
88
scriptEl.setAttribute('src', '//cdn.carbonads.com/carbon.js?serve=CK7DL53W&placement=typeormio');
89
scriptEl.setAttribute('id', '_carbonads_js');
90
scriptEl.setAttribute('async', null);
91
- this.$refs.scriptHolder.appendChild(scriptEl);
+ this.$refs.carbon.appendChild(scriptEl);
92
},
93
methods: {
94
goToLink: function() {
0 commit comments