mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add carbon inline component
This commit is contained in:
parent
2ac423551f
commit
58db0ccb30
1 changed files with 13 additions and 0 deletions
13
components/carbon-inline.vue
Normal file
13
components/carbon-inline.vue
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<template>
|
||||||
|
<div class="doesitarm-carbon-wrapper">
|
||||||
|
<component
|
||||||
|
id="_carbonads_js"
|
||||||
|
|
||||||
|
:is="'script'"
|
||||||
|
src="https://cdn.carbonads.com/carbon.js?serve=CK7DVK3M&placement=doesitarmcom"
|
||||||
|
type="text/javascript"
|
||||||
|
async
|
||||||
|
class="include-on-static"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue