We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9526a0 commit a9953dfCopy full SHA for a9953df
script/component/MainPage.js
@@ -69,7 +69,7 @@ const MainPage = {
69
</div>
70
</li>
71
</ul>
72
- <div v-el:script-holder></div>
+ <div ref="script-holder"></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.$els.scriptHolder.appendChild(scriptEl);
+ this.$refs.scriptHolder.appendChild(scriptEl);
92
},
93
methods: {
94
goToLink: function() {
0 commit comments