You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using CKEditor with Vue 3, the strikethrough option is not displaying correctly. Despite being included in the toolbar configuration, the strikethrough button does not appear, and the functionality is not available in the editor.
Steps to Reproduce:
Create a new Vue 3 project with Vite and Tailwind CSS.
Install CKEditor and the necessary plugins.
Register CKEditor globally
Configure CKEditor in a Vue component with the strikethrough option included in the toolbar.
Render the component and observe the toolbar options.
Expected Behavior:
The strikethrough button should be visible in the toolbar, and the strikethrough functionality should be available for text formatting.
Actual Behavior:
The strikethrough button is not visible in the toolbar, and the strikethrough functionality is unavailable.
Description:
When using CKEditor with Vue 3, the strikethrough option is not displaying correctly. Despite being included in the toolbar configuration, the strikethrough button does not appear, and the functionality is not available in the editor.
Steps to Reproduce:
Expected Behavior:
The strikethrough button should be visible in the toolbar, and the strikethrough functionality should be available for text formatting.
Actual Behavior:
The strikethrough button is not visible in the toolbar, and the strikethrough functionality is unavailable.
Code Snippet:
Vue Component Template:
Package.json
Visual Proof
The text was updated successfully, but these errors were encountered: