CLink

On this page

Examples

vue
<template>
  <CLink href="#">CLink</CLink>
</template>

<script setup>
import { CLink } from '@coreui/vue'
</script>

Additional content