feat: 全局 FluidCursor
This commit is contained in:
13
src/App.vue
13
src/App.vue
@ -20,4 +20,17 @@ const themeConfig = computed(() => {
|
||||
</a-config-provider>
|
||||
|
||||
<DynamicDialog /> <ConfirmDialog /> <Toast />
|
||||
<FluidCursor />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.layout-wrapper {
|
||||
isolation: isolate;
|
||||
}
|
||||
.w-screen {
|
||||
width: 100dvw;
|
||||
}
|
||||
.h-screen {
|
||||
height: 100dvh;
|
||||
}
|
||||
</style>
|
||||
|
@ -22,7 +22,6 @@ import {
|
||||
</h3>
|
||||
<Spline scene="https://prod.spline.design/kZDDjO5HuC9GJUM2/scene.splinecode" />
|
||||
</PatternBackground>
|
||||
<FluidCursor />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user