Official VueJS libraries, e.g. vue-router
, are simultaneously dependencies and dependents of vue
, seemingly making those impossible to use with ESM CDN import
statements without using <script type="importmap">
, which isn't supported everywhere.
Full code snippet :