完成 FileConfig 的前端模块

This commit is contained in:
YunaiV
2022-03-16 00:21:49 +08:00
parent 18a5c46284
commit 659023bb35
10 changed files with 411 additions and 17 deletions

View File

@ -17,7 +17,7 @@ export default {
name: "DictTag",
props: {
type: String,
value: [Number, String, Array],
value: [Number, String, Boolean, Array],
},
};
</script>