Lint fixes

pull/345/head
cagataycivici 2020-05-27 11:05:46 +03:00
parent b59f908d5c
commit e072068c7f
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ export default {
'page_path': '/primevue' + to.path
});
}
this.sidebarActive = false;
this.$toast.removeAllGroups();
}

View File

@ -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">
@ -150,7 +150,7 @@ import ScrollPanel from 'primevue/scrollpanel';
<CodeHighlight lang="js">
export default {
}
</CodeHighlight>