Appearance
Component B
This component depends on third-party component library for Vue 3:
- Component (button) from PrimeVue
- CSS from PrimeIcons and PrimeFlex
Example Usage
Click the buttons to change the count.
vue
<template>
<dc-editor v-model="content" />
</template>
<script lang="ts" setup>
const content = "";
</script>
Reference
You may show props, slots, events, methods, etc. using Markdown.
Properties
Name | Type | Default | Description |
---|---|---|---|
Events
Name | Parameters | Description |
---|---|---|
Slots
Name | Parameters | Description |
---|---|---|