- CMyPopupEdit
- Star - Insert and Edit - Update quasar 3.2.4
This commit is contained in:
@@ -106,7 +106,7 @@ export default defineComponent({
|
||||
])
|
||||
|
||||
function changeval(newval: any) {
|
||||
// console.log('changeval', newval)
|
||||
console.log('myEditor: changeval', newval)
|
||||
emit('update:value', newval)
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
toolbar-toggle-color="yellow-8"
|
||||
toolbar-bg="primary"
|
||||
:toolbar="toolbarcomp"
|
||||
debounce="500"
|
||||
:fonts="myfonts"
|
||||
@update:model-value="changeval"
|
||||
@paste="evt => pasteCapture(evt)"
|
||||
|
||||
Reference in New Issue
Block a user