Skip to content

Commit

Permalink
chore: update @pureadmin/table^3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Jan 29, 2024
1 parent e882c3e commit a46f697
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"vue": "^3.3.13"
},
"dependencies": {
"@pureadmin/table": "^3.0.0",
"@pureadmin/utils": "^2.0.1",
"element-plus": "^2.4.4"
"@pureadmin/table": "^3.0.2",
"@pureadmin/utils": "^2.4.4",
"element-plus": "^2.5.3"
}
}
2 changes: 1 addition & 1 deletion plugins/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import PureTable from "@pureadmin/table";
export default defineNuxtPlugin(() => {
const { use, $nuxt } = useNuxtApp().vueApp;
// 全局注册@pureadmin/table
use(PureTable, { i18n: $nuxt.$i18n });
use(PureTable, { i18n: $nuxt.$i18n, ssr: true });
});
30 changes: 15 additions & 15 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 a46f697

Please sign in to comment.