Hi, thanks for the work on this package, Im trying to link the files and use the directive but Im getting "Can't find variable VueCodeHighlight", what Im doing wrong? I don't use components
Appreciate the help
<script src="npm/vue-code-highlight/vue-code-highlight.min.js"></script>
<link href="npm/vue-code-highlight/themes/duotone-sea.css" rel="stylesheet">
<script>
Vue.use(VueCodeHighlight);