feat: add CropperAvatar component

This commit is contained in:
Vben
2021-06-10 21:46:46 +08:00
parent de12babd31
commit 8e410fc640
19 changed files with 551 additions and 122 deletions

View File

@@ -6,6 +6,7 @@ const menu: MenuModule = {
menu: {
name: t('routes.demo.comp.comp'),
path: '/comp',
tag: { dot: true },
children: [
{
path: 'basic',
@@ -124,6 +125,9 @@ const menu: MenuModule = {
{
path: 'cropper',
name: t('routes.demo.comp.cropperImage'),
tag: {
content: 'new',
},
},
{
path: 'countTo',
@@ -192,9 +196,6 @@ const menu: MenuModule = {
{
path: 'json',
name: t('routes.demo.editor.jsonEditor'),
tag: {
content: 'new',
},
},
{
path: 'markdown',