Refactor
parent
49fc4462e4
commit
169c30d1a1
|
@ -52,7 +52,7 @@ if (project) {
|
|||
doc[name] = {
|
||||
description
|
||||
};
|
||||
|
||||
|
||||
const module_component_group = module.groups.find((g) => g.title === 'Component');
|
||||
let methods = {
|
||||
description: staticMessages['methods'],
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
v-bind="ptm('gutter')"
|
||||
>
|
||||
<div class="p-splitter-gutter-handle" tabindex="0" :style="gutterStyle" :aria-orientation="layout" :aria-valuenow="prevSize" @keyup="onGutterKeyUp" @keydown="onGutterKeyDown($event, i)" v-bind="ptm('gutterhandler')"></div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
|
|
|
@ -49,7 +49,6 @@ export interface ToolbarPassThroughAttributes {
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Defines valid properties in Toolbar component.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue