You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When not packed, run normally;
The parcel was packed and then reported such a mistake: [parcel] 🚨 D:\Patientinfo\static\[email protected]\index.js:1:215: Cannot resolve dependency 'vue';
This is how I introduced js files:
<script src="./static/js/vue.min.js"></script> <script src="./static/[email protected]/index.js"></script>When not packed, run normally;
The parcel was packed and then reported such a mistake:
[parcel] 🚨 D:\Patientinfo\static\[email protected]\index.js:1:215: Cannot resolve dependency 'vue';
If it's packed like this:
<script src="./static/js/vue.min.js"></script>; <script src="./static/js/jquery-3.2.1.min.js"></script>That would be a mistake:
Uncaught ReferenceError: $ is not defined;
Uncaught ReferenceError: Vue is not defined
The text was updated successfully, but these errors were encountered: