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>
|
</a-config-provider>
|
||||||
|
|
||||||
<DynamicDialog /> <ConfirmDialog /> <Toast />
|
<DynamicDialog /> <ConfirmDialog /> <Toast />
|
||||||
|
<FluidCursor />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.layout-wrapper {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
.w-screen {
|
||||||
|
width: 100dvw;
|
||||||
|
}
|
||||||
|
.h-screen {
|
||||||
|
height: 100dvh;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -22,7 +22,6 @@ import {
|
|||||||
</h3>
|
</h3>
|
||||||
<Spline scene="https://prod.spline.design/kZDDjO5HuC9GJUM2/scene.splinecode" />
|
<Spline scene="https://prod.spline.design/kZDDjO5HuC9GJUM2/scene.splinecode" />
|
||||||
</PatternBackground>
|
</PatternBackground>
|
||||||
<FluidCursor />
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user