Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen-1998 committed May 9, 2022
1 parent bc668dc commit 843d936
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,12 @@ export default defineConfig({
},
plugins: [
AutoImport({
dts: 'src/auto-imports.d.ts',
imports: [
'vue',
'vue-router',
'pinia',
{
'@/helper/pinia-auto-refs': ['useStore'], // !important
},
],
resolvers: [ElementPlusResolver()],
}),
PiniaAutoRefs(),
],
Expand Down
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,12 @@ export default defineConfig({
},
plugins: [
AutoImport({
dts: 'src/auto-imports.d.ts',
imports: [
'vue',
'vue-router',
'pinia',
{
'@/helper/pinia-auto-refs': ['useStore'], // !important
},
],
resolvers: [ElementPlusResolver()],
}),
PiniaAutoRefs(),
],
Expand Down

0 comments on commit 843d936

Please sign in to comment.