2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-03 01:14:05 +03:00

docs: zh-cn

This commit is contained in:
mengxiong10
2019-11-12 18:52:17 +08:00
parent 23781ef299
commit 4ddfb4e8a6
10 changed files with 167 additions and 29 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
import App from './app';
new window.Vue({
render: h => h(App),
render: h =>
h(App, {
props: {
changeLocale: window.DatePicker.locale,
},
}),
}).$mount('#app');