lint fix
parent
57a490ffbd
commit
a16c34e742
|
@ -13,9 +13,9 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { UniqueComponentId } from 'primevue/utils';
|
|
||||||
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
|
|
||||||
import Dialog from 'primevue/dialog';
|
import Dialog from 'primevue/dialog';
|
||||||
|
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
|
||||||
|
import { UniqueComponentId } from 'primevue/utils';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'DynamicDialog',
|
name: 'DynamicDialog',
|
||||||
|
|
Loading…
Reference in New Issue