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:
+6
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user