Vue Date Filter (starter)
Tue Dec 15 2020 00:52:38 GMT+0000 (Coordinated Universal Time)
Saved by
@robertjbass
#javascript
// NOTE - See Vue Date Filter for best example - this is 'Vue Date Filter 2'
// which may be helpful in a different way
// the other one accounts for time zone
import DateFilter from './filters/date'
// require('firebase/firestore')
// import { firestorePlugin } from 'vuefire';
// import { db } from './components/fbConfig.js';
Vue.config.productionTip = false;
export const port = () => '3000';
let app = '';
Vue.use(VueRouter);
Vue.use(store);
Vue.filter('date', DateFilter)
content_copyCOPY
ProjectNext.app
ProjectNext.app
Comments