nuxt-links added

This commit is contained in:
Bahadir Sofuoglu 2022-09-13 16:01:06 +03:00
parent 148a17057f
commit 1c71b5d1e9
13 changed files with 103 additions and 106 deletions

View file

@ -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);