【修改】修复JVXEDemo的引入Bug

This commit is contained in:
zer0Black
2022-04-17 23:19:14 +08:00
parent 51c33d2118
commit ea0b60319e
+1 -1
View File
@@ -25,7 +25,7 @@
export default {
name: 'JVXETableDemo',
components: {JVxeDemo2, JVxeDemo1},
components: {JVxeDemo2, JVxeDemo1, JVxeDemo3},
data() {
return {}
},