mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4530 - Export styles of all components
This commit is contained in:
parent
7b6d458067
commit
dc2913e887
463 changed files with 10696 additions and 9670 deletions
|
@ -13,14 +13,14 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
import Dialog from 'primevue/dialog';
|
||||
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
|
||||
import { UniqueComponentId } from 'primevue/utils';
|
||||
import BaseDynamicDialog from './BaseDynamicDialog.vue';
|
||||
|
||||
export default {
|
||||
name: 'DynamicDialog',
|
||||
extends: BaseComponent,
|
||||
extends: BaseDynamicDialog,
|
||||
inheritAttrs: false,
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue