2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-20 14:17:59 +03:00
Files
vue2-datepicker/example/index.js
T
mengxiong10 4ddfb4e8a6 docs: zh-cn
2019-11-13 10:05:44 +08:00

11 lines
170 B
JavaScript

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