We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64aeb01 commit 3bf93e2Copy full SHA for 3bf93e2
1 file changed
src/plugins/pluginRegistry.ts
@@ -143,6 +143,11 @@ const plugins = [
143
],
144
component: defineAsyncComponent(() => import('./logistics/LogisticsViewer.vue')),
145
},
146
+ {
147
+ kebabName: "aeq-reader",
148
+ filePatterns: ['**/*.aeq?(.gz)'], // this is nonsense, placeholder
149
+ component: defineAsyncComponent(() => import('./aequilibrae/AequilibraEReader.vue')),
150
+ }
151
]
152
153
export const pluginComponents: { [key: string]: AsyncComponent } = {}
0 commit comments