-
i use
vue-datepicker-next: 1.0.3
vue: 3.3.4
vite: 4.3.9
the runtime error occurs only in production mode :
npm run build -> "build": "run-p type-check build-only",
when i deploy the "dist"…
-
Guys, I'm trying to insert the DataPicker into a Laravel 8 instance.
All dependencies are installed and validated, but when I run "npm run dev" I get several Warnings and I can't insert the Template …
-
I am using v-calendar version 2.4.1 on vue 3.
I get the following error when hovering over an input
![image](https://user-images.githubusercontent.com/17592335/188109575-0a1fd43f-5d5e-4942-87e7-cf8f…
-
Working on a project when I am using the DatePicker in "dateTime"/range mode and for some reason, half the time it shows up as one long column without styling and half the time it works just fine.
M…
-
With the release of Vue 3.5, I recently ran into some issues with this library. I then noticed what a lot of you have probably noticed as well:
The last known activity on this project stems from **…
-
Hello !
### Context :
We are currently using v-calendar 3.1.2 and are facing a problem with some types not being properly exported by 'v-calendar' module.
Our Vue project is built with Vite and i…
-
I'm getting:
```
vue.runtime.esm.js?a427:563 [Vue warn]: Failed to mount component: template or render function not defined.
(found in )
```
here's my package.json dependencies:
```json
"d…
-
> [Vue warn]: Failed to mount component: template or render function not defined.
> (found in )
I am using vue-material and I have done following
`npm install --save vue-material-datepicker`
…
-
Here is how i have implemented:
1) plugins/vue-datepicker.js
import Vue from 'vue';
import Datepicker from 'vuejs-datepicker/dist/vuejs-datepicker.esm';
Vue.use(Datepicker);
2) Nuxt config
p…
-
This seems related to this closed issue - https://github.com/mathieustan/vue-datepicker/issues/54
**Scenario** - When user's browser language set to any other language than English, date picker is …