2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-21 05:37:59 +03:00
Files
vue2-datepicker/example/index.js
T
2019-11-11 00:10:01 +08:00

6 lines
85 B
JavaScript

import App from './app';
new window.Vue({
render: h => h(App),
}).$mount('#app');