修改一些javascript的语法错误。

This commit is contained in:
2023-02-22 17:12:54 +08:00
parent 8248fe942a
commit 557452aedc
7 changed files with 28 additions and 27 deletions

View File

@@ -2,8 +2,8 @@
* @Author: Kane
* @Date: 2023-01-06 20:33:57
* @LastEditors: Kane
* @LastEditTime: 2023-01-07 17:10:07
* @FilePath: \admin_system\src\components\svg\SvgIcon.vue
* @LastEditTime: 2023-02-22 17:10:18
* @FilePath: /IT/src/components/svg/SvgIcon.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
@@ -18,10 +18,10 @@ export default {
data()
{
return {
iconName: ""
iconName: "",
};
},
props: ["icon"],
props: ["icon",],
created()
{
console.log("svg");
@@ -31,6 +31,4 @@ export default {
};
</script>
<style scoped>
</style>
<style scoped></style>