vue3-datepicker icon indicating copy to clipboard operation
vue3-datepicker copied to clipboard

Why does this error prompt appear?

Open niulin1991 opened this issue 1 year ago • 2 comments

error in ./node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js

Module parse failed: Unexpected token (237:37) 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 | const t = o(e); | return t != null && t.$el ? t == null ? void 0 : t.$el : t;

}, hl = (e) => ({ type: "dot", ...e ?? {} }), An = (e) => Array.isArray(e) ? !!e[0] && !!e[1] : !1, Ga = { | prop: (e) => "${e}" prop must be enabled!, | dateArr: (e) => You need to use array as "model-value" binding in order to support "${e}"

niulin1991 avatar Aug 15 '24 06:08 niulin1991