UNPKG

vue-date-format

Version:
9 lines (6 loc) 101 B
import Vue from 'vue' import App from './App.vue' new Vue({ el: '#app', render: h => h(App) })