IT

vuex 상태에서 메타 테마 색상 변경

itgroup 2023. 6. 7. 22:30
반응형

vuex 상태에서 메타 테마 색상 변경

메타 태그 변경 방법"theme-color"거스름돈으로Vuex상태? 사용:Vue, Vuex, register-service-worker, @vue/cli-plugin-pwa

당신은 그래야 한다.dispatch이벤트, 이벤트 내부, 스토어 파일에서 메타 태그를 다음과 같이 변경합니다.

document.querySelector('meta[name="theme-color"]').setAttribute("content", yourValueHere);

더 많은 정보: https://stackoverflow.com/a/36073112/2745485

언급URL : https://stackoverflow.com/questions/55492369/change-meta-theme-color-on-vuex-state

반응형