Julian

Results 11 comments of Julian

I understand that, but my point was that the formatting should be up to the user and not the tool. So if for example I have the number "09" and...

This feature is really needed within our team

> > > So would it be like the VToggle component accepts some prop like `direction` and it can switch between vertical and horizontal? That would do it.

@atheleron You can do it with [this library](https://github.com/juliandreas/vue-toggles)

This is my setup, hope it helps: ```javascript const tinyConfig = { // Your setup here skin: false, plugins: "lists link image table code help wordcount", content_css: false, branding: false,...

Your imports should look something like this: ```javascript // TinyMCE import 'tinymce/tinymce' //

> I'm currently experiencing issues with component testing when trying Vite 5.0.7 with Cypress 13.6.1. It looks like 'public' folder mapping is broken which (for me anyway) breaks the use...

> Did you try using the latest Vite version [v5.0.10](https://github.com/vitejs/vite/releases/tag/v5.0.10)? Yep.

> I _think_ the code that needs to change is part of the Cypress Vite dev server integration - I couldn't see any way of doing this from the consumer...