fix(theme): fix typo in carbon ads components (#1192)

pull/1193/head
Anton Reshetov 2 years ago committed by GitHub
parent da2f8d28a6
commit e0932ce5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
<script setup lang="ts">
import { defineAsyncComponent } from 'vue'
const VPCarbonAds = __ALGOLIA__
const VPCarbonAds = __CARBON__
? defineAsyncComponent(() => import('./VPCarbonAds.vue'))
: () => null
</script>

Loading…
Cancel
Save