acdh-oeaw / apis-oebl-research-tool-front-end

See also https://redmine.acdh.oeaw.ac.at/issues/18296
https://oebl-research.acdh-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

fix: fix reference error caused by circular dependency #160

Closed stefanprobst closed 1 year ago

stefanprobst commented 1 year ago

this ensures correct import order, and disables auto-sorting imports with eslint in src/App.vue, because it causes a weird reference error. see #159 for details.

fixes #159