How to change jQuery to VUE.js
I want to change these codes to vuejs

I tried to change the code. but my problem did not solve yet.
<script>
const app = new Vue({
el: '#app',
data: {
date: ''
},
components: {
DatePicker: VuePersianDatetimePicker
}
});
const axios = require('axios');
</script>
And what is your problem ?
You should either use webpack or vite to handle vuejs, it should be compiled.
check the doc please.
Please or to participate in this conversation.