diff --git a/example/index.html b/example/index.html index 4361ad5..cc851b0 100644 --- a/example/index.html +++ b/example/index.html @@ -12,6 +12,7 @@
+ diff --git a/example/index.js b/example/index.js index 6875806..fa7adbb 100644 --- a/example/index.js +++ b/example/index.js @@ -1,5 +1,7 @@ import App from './app'; +window.DatePicker.locale('en'); + new window.Vue({ render: h => h(App, {