Skip to content

Commit e929586

Browse files
author
kongbin02
committed
vuelidate示例
1 parent 0039a20 commit e929586

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/layouts/left_menu_data.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ const left_menu_data = [
6868
url: '/wordcloud',
6969
course: ""
7070
},
71+
{
72+
label: 'Vuelidate表单验证',
73+
to: '/vuelidate',
74+
img: '../../static/icon/vuelidate.png',
75+
title: 'Vuelidate表单验证',
76+
description: 'Vuelidate控件,可以方便的实现表单验证功能',
77+
url: '/vuelidate',
78+
course: ""
79+
},
7180
]
7281

7382
export {left_menu_data}

static/icon/vuelidate.png

27.6 KB
Loading

0 commit comments

Comments
 (0)