Skip to content

Commit

Permalink
Dialog title class fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve7 committed Aug 5, 2019
1 parent 2d2b121 commit 5e58313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div ref="container" :class="containerClass" v-if="visible">
<div class="p-dialog-titlebar" v-if="showHeader">
<slot name="header">
<span class="p-panel-title" v-if="header">{{header}}</span>
<span class="p-dialog-title" v-if="header">{{header}}</span>
</slot>
<div class="p-dialog-titlebar-icons">
<button class="p-dialog-titlebar-icon p-dialog-titlebar-close p-link" @click="close" v-if="closable">
Expand Down

0 comments on commit 5e58313

Please sign in to comment.