mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
lint fix
This commit is contained in:
parent
57a490ffbd
commit
a16c34e742
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { UniqueComponentId } from 'primevue/utils';
|
||||
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
|
||||
import Dialog from 'primevue/dialog';
|
||||
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
|
||||
import { UniqueComponentId } from 'primevue/utils';
|
||||
|
||||
export default {
|
||||
name: 'DynamicDialog',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue