diff --git a/src/components/GoReload/index.vue b/src/components/GoReload/index.vue index 80f5b1da..f8be83a0 100644 --- a/src/components/GoReload/index.vue +++ b/src/components/GoReload/index.vue @@ -15,6 +15,6 @@ onMounted(() => { @include go('reload') { height: 100vh; width: 100vw; - @include filter-bg-color('background-color') + @include fetch-bg-color('background-color') } diff --git a/src/layout/components/LayoutTransitionMain/index.vue b/src/layout/components/LayoutTransitionMain/index.vue index a197a228..41f67ccd 100644 --- a/src/layout/components/LayoutTransitionMain/index.vue +++ b/src/layout/components/LayoutTransitionMain/index.vue @@ -1,6 +1,5 @@