UNPKG

directus-extension-flexible-editor-test

Version:

A rich text editor (WYSIWYG) with JSON output that allows the integration of M2A relations to make it extremely flexible.

5 lines (3 loc) 90 B
import { createApp } from 'vue' import App from './App.vue' createApp(App).mount('#app')