Skip to content

Instantly share code, notes, and snippets.

@Pyronerd62
Pyronerd62 / Home.vue
Created May 22, 2019 14:28
Add TinyMCE to Vue JS App
<style lang="scss" scoped>
.tinyMce-container{
margin-top: 3%;
margin-bottom: 3%;
}
</style>
<template>
<div>
<pre v-html="description"></pre>
<editor v-model="description"></editor>