diff --git a/playground/src/bootstrap.ts b/playground/src/bootstrap.ts index 1685a718b..1df00ac75 100644 --- a/playground/src/bootstrap.ts +++ b/playground/src/bootstrap.ts @@ -6,7 +6,7 @@ import { providePluginsOptions } from '@vben/plugins'; import { preferences } from '@vben/preferences'; import { initStores } from '@vben/stores'; import '@vben/styles'; -import '@vben/styles/antd'; +import '@vben/styles/antdv-next'; import { useTitle } from '@vueuse/core'; diff --git a/playground/src/views/examples/vxe-table/viewed.vue b/playground/src/views/examples/vxe-table/viewed.vue index e535fe939..d2b485566 100644 --- a/playground/src/views/examples/vxe-table/viewed.vue +++ b/playground/src/views/examples/vxe-table/viewed.vue @@ -1,15 +1,15 @@