release: 0.7.18

This commit is contained in:
07akioni 2020-02-25 23:16:18 +08:00
parent f45d61ed89
commit 0ea0518fa6
2 changed files with 3 additions and 3 deletions

View File

@ -359,7 +359,7 @@ export default function (locale, instance) {
path: `/${instance.lang}/${instance.theme}` + '/n-timeline'
},
{
name: 'Tree (in progress)',
name: 'Tree',
title: '树',
titleExtra: 'Tree',
path: `/${instance.lang}/${instance.theme}` + '/n-tree'
@ -791,7 +791,7 @@ export default function (locale, instance) {
path: `/${instance.lang}/${instance.theme}` + '/n-timeline'
},
{
name: 'Tree (in progress)',
name: 'Tree',
path: `/${instance.lang}/${instance.theme}` + '/n-tree'
}
]

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "0.7.17",
"version": "0.7.18",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",