Skip to content

Commit 3bf93e2

Browse files
committed
Add to plugin repo
1 parent 64aeb01 commit 3bf93e2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/plugins/pluginRegistry.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ const plugins = [
143143
],
144144
component: defineAsyncComponent(() => import('./logistics/LogisticsViewer.vue')),
145145
},
146+
{
147+
kebabName: "aeq-reader",
148+
filePatterns: ['**/*.aeq?(.gz)'], // this is nonsense, placeholder
149+
component: defineAsyncComponent(() => import('./aequilibrae/AequilibraEReader.vue')),
150+
}
146151
]
147152

148153
export const pluginComponents: { [key: string]: AsyncComponent } = {}

0 commit comments

Comments
 (0)