UNPKG

custom-code-editor-a3

Version:
12 lines 218 B
export default { methods: { /** * @method beforeInit * @desc Easy extend using this function * @param {HTMLElement} element */ beforeInit(element) { // For extendMethods } } };