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
ERROR in ./node_modules/vue3-datepicker/dist/vue3-datepicker.mjs 500:60
Module parse failed: Unexpected token (500:60)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| },
| setup(e, { emit: t }) {
> const r = $(null), l = $(null), o = u(() => e.pageDate ?? e.selected), p = $(o.value.getHours()), n = $(o.value.getMinutes());
| ne(
| () => e.selected,
@ ./src/components/inputs/DateSelectInput.vue?vue&type=script&setup=true&lang=js (./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/dist??ref--13-0!./src/components/inputs/DateSelectInput.vue?vue&type=script&setup=true&lang=js) 1:0-41 114:15-25
@ ./src/components/inputs/DateSelectInput.vue?vue&type=script&setup=true&lang=js
@ ./src/components/inputs/DateSelectInput.vue
@ ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/dist??ref--13-0!./src/pages/informations/InformationsEducations.vue?vue&type=script&lang=js
@ ./src/pages/informations/InformationsEducations.vue?vue&type=script&lang=js
@ ./src/pages/informations/InformationsEducations.vue
@ ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/dist??ref--13-0!./src/pages/informations/Informations.vue?vue&type=script&lang=js
@ ./src/pages/informations/Informations.vue?vue&type=script&lang=js
@ ./src/pages/informations/Informations.vue
@ ./src/router/index.js
@ ./src/index.js
Screenshots
Error screenshot:
=========================
Does it support Vue 3.1(Migration build) but use Vue 2 syntax? (I can't directly upgrade to the latest version of Vue because I need to use Vue 3.1 first to ensure compatibility between Vue 2 and Vue 3 syntax.)
The text was updated successfully, but these errors were encountered:
Describe the bug
I encountered Module parse failed when using Vue 3.1
To Reproduce
Steps to reproduce the behavior:
Screenshots
Error screenshot:
=========================
Does it support Vue 3.1(Migration build) but use Vue 2 syntax? (I can't directly upgrade to the latest version of Vue because I need to use Vue 3.1 first to ensure compatibility between Vue 2 and Vue 3 syntax.)
The text was updated successfully, but these errors were encountered: