Skip to content

Commit

Permalink
chore: remove formily deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed May 10, 2024
1 parent 62a9650 commit eb991d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 181 deletions.
2 changes: 0 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"@celeris/request": "workspace:*",
"@celeris/styles": "workspace:*",
"@celeris/utils": "workspace:*",
"@formily/core": "^2.3.1",
"@formily/vue": "^2.3.1",
"@tanstack/query-persist-client-core": "^5.35.1",
"@tanstack/query-sync-storage-persister": "^5.35.1",
"@tanstack/vue-query": "^5.35.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin/src/pages/directives/ripple/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { t } = useI18n();
</script>

<template>
<PageWrapper class="flex flex-row space-x-2xl">
<PageWrapper class="flex flex-row space-x-2xl" :use-scrollbar="false">
<NCard v-ripple content-class="bg-primary rounded-2xl">
<div class="space-y-3xl text-white text-chinese">
<h1 class="text-7xl">
Expand Down
178 changes: 0 additions & 178 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb991d1

Please sign in to comment.