0.3.0 • Published 4 years ago

vrf-tiny-mce v0.3.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

vrf-tiny-mce

Vrf wrapper for Tiny MCE.

Getting started

Install vrf-tiny-mce

npm i --save vrf-tiny-mce

and initialize it in your code

import Vrf from 'vrf'
import VrfTinyMCE from 'vrf-tiny-mce'


Vue.use(Vrf, adapters: [VrfTinyMCE({ TinyMCE: tinyMCE, options: tinymceOptions })])

... and use it!

<template>

<rf-form name="Page">
  <rf-tiny-mce name="content" />
</rf-form>

</template>
0.3.0

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago