Skip to content

Commit

Permalink
Merge pull request #2 from soil-and-land/issue_1-state_with_pinia
Browse files Browse the repository at this point in the history
fixes: #1
  • Loading branch information
moisbo authored Nov 6, 2023
2 parents d338c28 + 1a5df26 commit 966924c
Show file tree
Hide file tree
Showing 9 changed files with 373 additions and 288 deletions.
76 changes: 72 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"element-plus": "^2.3.5",
"json-2-csv": "^4.0.0",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.2.1"
Expand Down
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import {RouterView} from 'vue-router';
</script>

<template>
Expand Down
1 change: 1 addition & 0 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ declare module '@vue/runtime-core' {
ElCol: typeof import('element-plus/es')['ElCol']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElInput: typeof import('element-plus/es')['ElInput']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
Expand Down
Loading

0 comments on commit 966924c

Please sign in to comment.