0👍
you need more config toolbar: shouldNotGroupWhenFull: true
For example:
let editorConfig = {
removePlugins: ['Title'],
toolbar: {
shouldNotGroupWhenFull: true
}
}
- [Vuejs]-Quasar UI Q-Date picker. How do I get a q-input to accept another date format and update the model value in q-date?
- [Vuejs]-Auth0 getAccessTokenSilently returns empty object when trying to set vue apollo client bearer token
Source:stackexchange.com