mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-05-21 05:37:59 +03:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
import App from './app';
|
|
|
|
new window.Vue({
|
|
render: h => h(App),
|
|
}).$mount('#app');
|