ElemeFE / vue-desktop

A UI library for building admin panel website.
547 stars 99 forks source link

Feat/loadingmask text #35

Closed QingWei-Li closed 8 years ago

QingWei-Li commented 8 years ago

feature

loading-mask 支持修改显示文案

import { LoadingMask } from 'vue-desktop';

LoadingMask.text = '加载中';
LoadingMask.open();

bug

upload 组件不存在 v-disabled directive, 看起来应该是 disabled attribute