mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-05-26 03:04:06 +03:00
build: add dev
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import Vue from 'vue';
|
||||
|
||||
import DatePicker from '../src/index';
|
||||
import '../src/style/index.scss';
|
||||
|
||||
import App from './app';
|
||||
|
||||
DatePicker.install(Vue);
|
||||
|
||||
new Vue({
|
||||
render: h => h(App),
|
||||
}).$mount('#app');
|
||||
Reference in New Issue
Block a user