Skip to content

Commit

Permalink
Attempt at adding storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss committed Oct 27, 2023
1 parent 9d51ca0 commit 1decd8c
Show file tree
Hide file tree
Showing 6 changed files with 46,755 additions and 3,726 deletions.
1 change: 1 addition & 0 deletions src/dispatch/static/dispatch/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
"plugin:prettier/recommended",
"plugin:vue/vue3-strongly-recommended",
"plugin:vuetify/base",
"plugin:storybook/recommended"
],
parserOptions: {
ecmaVersion: 2020,
Expand Down
5 changes: 4 additions & 1 deletion src/dispatch/static/dispatch/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module 'vue' {
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AdminLayout: typeof import('./src/components/layouts/AdminLayout.vue')['default']
AnimatedNumber: typeof import('./src/components/AnimatedNumber.vue')['default']
Expand All @@ -20,6 +22,7 @@ declare module 'vue' {
DefaultLayout: typeof import('./src/components/layouts/DefaultLayout.vue')['default']
InfoWidget: typeof import('./src/components/InfoWidget.vue')['default']
Loading: typeof import('./src/components/Loading.vue')['default']
MonacoEditor: typeof import('./src/components/MonacoEditor.vue')['default']
NotificationSnackbarsWrapper: typeof import('./src/components/NotificationSnackbarsWrapper.vue')['default']
PageHeader: typeof import('./src/components/PageHeader.vue')['default']
Refresh: typeof import('./src/components/Refresh.vue')['default']
Expand Down
Loading

0 comments on commit 1decd8c

Please sign in to comment.