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

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