hanbaoshan
2020-10-09 7464567b057664c3e8ea9386cbfcdc6f774fcf0e
src/pages/search/index/main.ts
@@ -24,7 +24,6 @@
Vue.filter('moment', function (value, formatString) {
  formatString = formatString || 'YYYY-MM-DD HH:mm:ss';
  return moment(value).format(formatString);
});
export default Vue.prototype.bus = new Vue({