Skip to content

Commit

Permalink
fix(projects): 🐛 fix ElConfigProvider warning (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfeiz authored Dec 5, 2024
1 parent 333becb commit 5e50a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const watermarkProps = computed<WatermarkProps>(() => {
</script>

<template>
<ElConfigProvider :locale="locale" class="h-full">
<ElConfigProvider :locale="locale">
<AppProvider>
<ElWatermark v-if="themeStore.watermark?.visible" v-bind="watermarkProps">
<RouterView class="bg-layout" />
Expand Down

0 comments on commit 5e50a05

Please sign in to comment.