]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
Vuejsde conf banner june 2024 (#2645)
authorAntony Konstantinidis <ak@digitalessence.de>
Mon, 17 Jun 2024 15:56:45 +0000 (17:56 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 15:56:45 +0000 (17:56 +0200)
* feat: add vuejsde conf banner may

* feat: add vuejsde conf banner june

* Update VuejsdeConfBanner.vue

packages/docs/.vitepress/theme/components/VuejsdeConfBanner.vue

index 55a4d0aef8f74056138b764f3222af526850e3df..394b17d8072ae9cb8c3ff264dfa9bdd93a818146 100644 (file)
@@ -19,7 +19,7 @@ import { ref, onMounted } from 'vue'
 
 const isVisible = ref(false)
 
-const nameStorage = 'VUEJSDECONF-BANNER-MAY-2024'
+const nameStorage = 'VUEJSDECONF-BANNER-JUNE-2024'
 
 const resetLayoutTopHeight = () => {
   document.documentElement.classList.add('banner-dismissed')