UNPKG

v-md-editor

Version:

A markdown editor built on Vue

6 lines (4 loc) 157 B
export { syncScroll as name } from '@/utils/constants/command.js'; export default function (editor, isEnable) { editor.toggleSyncScroll(isEnable); }