mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
nuxt-links added
This commit is contained in:
parent
148a17057f
commit
1c71b5d1e9
13 changed files with 103 additions and 106 deletions
2
app.vue
2
app.vue
|
@ -54,8 +54,6 @@ export default {
|
|||
};
|
||||
|
||||
this.themeChangeListener = (event) => {
|
||||
console.log(this.$appState.theme);
|
||||
|
||||
const elementId = 'theme-link';
|
||||
const linkElement = document.getElementById(elementId);
|
||||
const cloneLinkElement = linkElement.cloneNode(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue