TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile. - docs(fluent-editor): optimize mobile-first demo (#1836) · opentiny/tiny-vue@b2cfcfb
Walkthrough The recent changes enhance the Fluent Editor's user interface and functionality. Adjustments include modifying the width of picker options for better layout responsiveness, adding a fullscreen method as a placeholder for future features, and expanding localization support in both English and ...
1 change: 1 addition & 0 deletions 1 packages/fluent-editor/docs/src/components/BasicUsage.vue Original file line numberDiff line numberDiff line change @@ -38,6 +38,7 @@ onMounted(() => { toolbar: { container: TOOLBAR_CONFIG }, 'emoji-toolbar': true mention: { itemKey: 'cn'...
<template><tiny-fluent-editorv-model="value":data-type="false":data-upgrade="false"></tiny-fluent-editor>内容:{{ value }}</template>import{ref}from'vue'import{TinyFluentEditor}from'@opentiny/vue'constvalue=ref('Hello FluentEditor!') What is expected No response What is actually happening...
examples/sites/demos/pc/app/fluent-editor/options-composition-api.vue (1) 19-19:LGTM! The new toolbar buttons enhance the text editing capabilities. The addition of 'undo', 'redo', 'clean', and 'format-painter' buttons to the toolbar configuration is a great enhancement. These buttons wil...
TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile. - fix(fluent-editor): fix emoji module · opentiny/tiny-vue@a7a1f8d
PR 修复 FluentEditor 富文本 emoji 表情模块功能。效果如下: PR Checklist Please check if your PR fulfills the following requirements: The commit message follows our Commit Message Guidelines Tests for the chang...
PR 将框架无关的 FluentEditor 富文本迁移到单独的仓库进行维护:https://github.com/opentiny/fluent-editor PR Checklist Please check if your PR fulfills the following requirements: The commit message follows our Commit Me...