feat: inject isDark in Navbar

This commit is contained in:
2026-05-15 10:13:36 +02:00
parent a0eaf36db3
commit d24e11b466
+4 -1
View File
@@ -13,7 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script setup>
import { inject } from 'vue';
const isDark = inject('isDark');
</script>
<template>
<nav class="global-nav">
<RouterLink to="/" class="link button link">