1
0
mirror of https://github.com/flarum/core.git synced 2025-07-14 13:26:23 +02:00

Add custom elements polyfill

This commit is contained in:
Toby Zerner
2018-11-14 06:43:45 +10:30
parent a06ffc85c7
commit f75f2214a6
3 changed files with 19 additions and 12 deletions

View File

@ -2,6 +2,7 @@ import { extend } from 'flarum/extend';
import TextEditor from 'flarum/components/TextEditor';
import icon from 'flarum/helpers/icon';
import '@webcomponents/custom-elements';
import '@github/markdown-toolbar-element';
import MarkdownArea from 'mdarea/mdarea.js';