mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
23360e7654
commit
e8b5b8f3e3
17 changed files with 43 additions and 28 deletions
|
@ -276,9 +276,10 @@ export default {
|
|||
this.destroyStyle();
|
||||
this.destroyMedia();
|
||||
},
|
||||
mounted() {
|
||||
beforeMount() {
|
||||
this.id = this.id || UniqueComponentId();
|
||||
|
||||
},
|
||||
mounted() {
|
||||
if (this.responsive) {
|
||||
this.createStyle();
|
||||
this.initMedia();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue