pull/12/head
cagataycivici 2019-05-21 14:46:52 +03:00
parent 4ef47dfae3
commit 7d50e537eb
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ import OverlayPanel from 'primevue/overlaypanel';
<CodeHighlight lang="js"> <CodeHighlight lang="js">
toggle(event) { toggle(event) {
this.$refs.op.toggle(event); this.$refs.op.toggle(event);
}
} }
</CodeHighlight> </CodeHighlight>