Lint fixes
parent
b59f908d5c
commit
e072068c7f
|
@ -55,7 +55,7 @@ export default {
|
||||||
'page_path': '/primevue' + to.path
|
'page_path': '/primevue' + to.path
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
this.sidebarActive = false;
|
this.sidebarActive = false;
|
||||||
this.$toast.removeAllGroups();
|
this.$toast.removeAllGroups();
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@ import ScrollPanel from 'primevue/scrollpanel';
|
||||||
|
|
||||||
<h3>Properties</h3>
|
<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>
|
<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>
|
<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>
|
<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">
|
<div class="doc-tablewrapper">
|
||||||
|
@ -150,7 +150,7 @@ import ScrollPanel from 'primevue/scrollpanel';
|
||||||
|
|
||||||
<CodeHighlight lang="js">
|
<CodeHighlight lang="js">
|
||||||
export default {
|
export default {
|
||||||
|
|
||||||
}
|
}
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue