vue-formula-editor 基于vue-codemirror与formulajs低代码公式编辑器,支持动态计算 ⚠️ 注意:目前仅支持 Vue2 安装 $ npm i vue-formula-editor -S example地址 在线体验 demo & 源码 使用方式 import { calculate, formulaWatcher, FormulaEditor } from 'vue-formula-editor' 主要导出三个对象 calculate计...
low code formula editor. Contribute to Xy-Zipper/vue-formula-editor development by creating an account on GitHub.
我胖虎要娶静香/vue-formula-editor forked from 灬霍霍/vue-formula-editor 确定同步? 同步操作将从 灬霍霍/vue-formula-editor 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!! 确定后同步将在后台操作,完成时将刷新页面,请耐心等待。 删除在远程仓库中不存在的分支和标签 同步Wiki ...
formula-editor-vue3 codemirror formula editor for vue3 formula formula-vue3 formula-editor codemirror-formula codemirror6-formula-vue3 codemirror6-js-formula gkfonline published0.0.2•5 months agopublished version0.0.2,5 months ago M Q
基于vue3+codeMirror 6 公式表达式编辑器. Contribute to dyq086/formula-editor development by creating an account on GitHub.
low code formula editor. Contribute to Xy-Zipper/vue-formula-editor development by creating an account on GitHub.
low code formula editor. Contribute to Xy-Zipper/vue-formula-editor development by creating an account on GitHub.
"name": "vue-formula-editor", "repository": "https://github.com/xy-zipper/vue-formula-editor", "version": "0.2.2", "version": "0.2.3", "homepage": "https://github.com/xy-zipper/vue-formula-editor", "description": "低代码公式编辑器,支持动态计算", "main": "dist/bundle.umd.js...
globalThis.__VUE_PROD_DEVTOOLS__ = false export default { ...DefaultTheme, enhanceApp({ app }) { app.use(ElementPlus) app.use(FormulaEditor) app.component('DemoContainer', DemoContainer) } }, } 0 comments on commit 0a18885 Please sign in to comment. Footer...
I'm trying to use vue-quill-editor in my project, which is a webpack project. After I mount it as a component, everything looks well, but the formula button is not shown. I checked the document of quill, it said: Formula - formula (requi...