mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-11 14:23:31 +08:00
Finished updating remainder of JS components to new system
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import {build as buildEditorConfig} from "../wysiwyg/config";
|
||||
import {Component} from "./component";
|
||||
|
||||
class WysiwygEditor {
|
||||
export class WysiwygEditor extends Component {
|
||||
|
||||
setup() {
|
||||
this.elem = this.$el;
|
||||
@ -35,6 +36,4 @@ class WysiwygEditor {
|
||||
return '';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default WysiwygEditor;
|
||||
}
|
Reference in New Issue
Block a user