Update #3965 - For base component paths
parent
5aa605cd18
commit
698431db44
|
@ -10,7 +10,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseAvatar from './BaseAvatar';
|
||||
import BaseAvatar from './BaseAvatar.vue';
|
||||
|
||||
export default {
|
||||
name: 'Avatar',
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseConfirmDialog from './BaseConfirmDialog';
|
||||
import BaseConfirmDialog from './BaseConfirmDialog.vue';
|
||||
import Button from 'primevue/button';
|
||||
import ConfirmationEventBus from 'primevue/confirmationeventbus';
|
||||
import Dialog from 'primevue/dialog';
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseConfirmPopup from './BaseConfirmPopup';
|
||||
import BaseConfirmPopup from './BaseConfirmPopup.vue';
|
||||
import Button from 'primevue/button';
|
||||
import ConfirmationEventBus from 'primevue/confirmationeventbus';
|
||||
import FocusTrap from 'primevue/focustrap';
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseOverlayPanel from './BaseOverlayPanel';
|
||||
import BaseOverlayPanel from './BaseOverlayPanel.vue';
|
||||
import FocusTrap from 'primevue/focustrap';
|
||||
import TimesIcon from 'primevue/icons/times';
|
||||
import OverlayEventBus from 'primevue/overlayeventbus';
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseProgressSpinner from './BaseProgressSpinner';
|
||||
import BaseProgressSpinner from './BaseProgressSpinner.vue';
|
||||
|
||||
export default {
|
||||
name: 'ProgressSpinner',
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseSidebar from './BaseSidebar';
|
||||
import BaseSidebar from './BaseSidebar.vue';
|
||||
import FocusTrap from 'primevue/focustrap';
|
||||
import TimesIcon from 'primevue/icons/times';
|
||||
import Portal from 'primevue/portal';
|
||||
|
|
Loading…
Reference in New Issue