[Vuejs]-Vue codemirror cannot load import on startup

0👍

If using the CDN, this should be included in the template tag:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vue-codemirror@4.0.6/dist/vue-codemirror.min.js"></script>

Leave a comment