diff --git a/package.json b/package.json index 34a2085..9f8eab9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "socrates-web", "private": true, - "version": "1.0.10", + "version": "1.0.11", "type": "module", "homepage": "https://soil-and-land.github.io/socrates-web/", "scripts": { diff --git a/src/components.d.ts b/src/components.d.ts index cc6bb00..381da17 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -10,6 +10,7 @@ export {} declare module '@vue/runtime-core' { export interface GlobalComponents { About: typeof import('./components/About.vue')['default'] + BarChart: typeof import('./components/BarChart.vue')['default'] BaseHeader: typeof import('./components/layouts/BaseHeader.vue')['default'] BaseSide: typeof import('./components/layouts/BaseSide.vue')['default'] Contact: typeof import('./components/Contact.vue')['default'] diff --git a/src/components/BarChart.vue b/src/components/BarChart.vue new file mode 100644 index 0000000..6a21fb0 --- /dev/null +++ b/src/components/BarChart.vue @@ -0,0 +1,164 @@ + + diff --git a/src/components/Input.vue b/src/components/Input.vue index 77b8c1b..c5ec28d 100644 --- a/src/components/Input.vue +++ b/src/components/Input.vue @@ -770,8 +770,12 @@ function isIterable(obj) { + + + +
- +