mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clean up carbon ads component
This commit is contained in:
parent
bc5efc5b8c
commit
562609abc9
1 changed files with 1 additions and 3 deletions
|
|
@ -1,14 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="doesitarm-carbon-wrapper">
|
<div class="doesitarm-carbon-wrapper">
|
||||||
<component
|
<component
|
||||||
|
:is="'script'"
|
||||||
v-once
|
v-once
|
||||||
id="_carbonads_js"
|
id="_carbonads_js"
|
||||||
|
|
||||||
:is="'script'"
|
|
||||||
src="https://cdn.carbonads.com/carbon.js?serve=CK7DVK3M&placement=doesitarmcom"
|
src="https://cdn.carbonads.com/carbon.js?serve=CK7DVK3M&placement=doesitarmcom"
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
async
|
async
|
||||||
class="include-on-static"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue