feat: Tag component

This commit is contained in:
chenjiahan
2020-07-05 16:44:14 +08:00
parent bd5651402a
commit 919161568a
9 changed files with 653 additions and 8 deletions
+8 -8
View File
@@ -277,10 +277,10 @@ module.exports = {
// path: 'swipe',
// title: 'Swipe 轮播',
// },
// {
// path: 'tag',
// title: 'Tag 标记',
// },
{
path: 'tag',
title: 'Tag 标记',
},
],
},
{
@@ -611,10 +611,10 @@ module.exports = {
// path: 'swipe',
// title: 'Swipe',
// },
// {
// path: 'tag',
// title: 'Tag',
// },
{
path: 'tag',
title: 'Tag',
},
],
},
{