feat: migrate ImagePreview component

This commit is contained in:
chenjiahan
2020-08-17 10:38:11 +08:00
parent b4e02668cf
commit 3a290ce564
7 changed files with 104 additions and 71 deletions

View File

@@ -241,10 +241,10 @@ module.exports = {
path: 'empty',
title: 'Empty 空状态',
},
// {
// path: 'image-preview',
// title: 'ImagePreview 图片预览',
// },
{
path: 'image-preview',
title: 'ImagePreview 图片预览',
},
// {
// path: 'lazyload',
// title: 'Lazyload 懒加载',
@@ -575,10 +575,10 @@ module.exports = {
path: 'empty',
title: 'Empty',
},
// {
// path: 'image-preview',
// title: 'ImagePreview',
// },
{
path: 'image-preview',
title: 'ImagePreview',
},
// {
// path: 'lazyload',
// title: 'Lazyload',