Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 27, 2020
1 parent b59f908 commit e072068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
'page_path': '/primevue' + to.path
});
}
this.sidebarActive = false;
this.$toast.removeAllGroups();
}
Expand Down
4 changes: 2 additions & 2 deletions src/views/scrollpanel/ScrollPanelDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import ScrollPanel from 'primevue/scrollpanel';

<h3>Properties</h3>
<p>Any property such as style and class are passed to the main container element. There are no component specific properties.</p>

<h3>Styling</h3>
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>
<div class="doc-tablewrapper">
Expand Down Expand Up @@ -150,7 +150,7 @@ import ScrollPanel from 'primevue/scrollpanel';

<CodeHighlight lang="js">
export default {

}
</CodeHighlight>

Expand Down

0 comments on commit e072068

Please sign in to comment.