mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5257
This commit is contained in:
parent
a9164bdbde
commit
dd84dbbb60
33 changed files with 82 additions and 44 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" v-bind="ptmi('root')">
|
||||
<div ref="toolbarElement" :class="cx('toolbar')" v-bind="ptm('toolbar')">
|
||||
<slot name="toolbar">
|
||||
<span class="ql-formats" v-bind="ptm('formats')">
|
||||
|
@ -62,6 +62,7 @@ const QuillJS = (function () {
|
|||
export default {
|
||||
name: 'Editor',
|
||||
extends: BaseEditor,
|
||||
inheritAttrs: false,
|
||||
emits: ['update:modelValue', 'text-change', 'selection-change', 'load'],
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue