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

docs: update demo

This commit is contained in:
mengxiong10
2019-11-11 00:10:01 +08:00
parent 9476c4496a
commit deaf8ea28a
4 changed files with 6 additions and 14 deletions
+1 -12
View File
@@ -1,16 +1,5 @@
/* eslint-disable import/no-extraneous-dependencies */
import Vue from 'vue';
import DatePicker from '../src/index';
// import '../src/locale/zh-cn';
import '../src/style/index.scss';
import App from './app';
Vue.use(DatePicker);
new Vue({
new window.Vue({
render: h => h(App),
}).$mount('#app');