Creates a WYSIWYG HTML editor using the Tiny MCE GPL license.
<template>
<v-row>
<v-col lg="3" md="4" sm="6">
<va-tiny-mce-editor :options="{ min_height: 250 }" v-model="model.richText">
</va-tiny-mce-editor>
</v-col>
</v-row>
</template>
Property | Type | Description |
---|---|---|
source | string |
The property of the resource to fetch the value to display. Supports dot display for slot used object. |
model | string |
By default source will be the last name sent to the API service for create/update. This support allows you to override this default behavior. |