Skip to content
Snippets Groups Projects
Commit e2d8faeb authored by Dionesius Agung's avatar Dionesius Agung
Browse files

added datetime

parent dca7b84b
Branches
No related merge requests found
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -17,7 +17,10 @@
"laravel-mix": "^2.0",
"lodash": "^4.17.4",
"popper.js": "^1.12",
"vue": "^2.5.7"
"vue": "^2.5.7",
"vuejs-datepicker": "^1.5.4",
"js-datepicker": "^4.0.10",
"datetimepicker": "^0.1.38"
},
"dependencies": {
"bootstrap-material-datetimepicker": "^2.7.3",
......
<template>
<div>asdfasdf</div>
<!-- <datepicker placeholder="Pilih Tanggal"></datepicker> -->
</template>
// <script>
import Datepicker from 'vuejs-datepicker'
export default {
mounted() {
console.log('Component mounted.')
}
}
</script>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment