1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[dist] frontend

This commit is contained in:
ilearnit
2018-09-07 10:31:46 +08:00
parent ed65284bda
commit 79eebfcaef
7 changed files with 11 additions and 6 deletions

View File

@@ -2,6 +2,9 @@ import Node from './node';
import moment from 'moment';
import { bytesToSize } from '../utils';
const lang = window.app.config.lang;
moment.locale(lang)
class Tree {
constructor() {