修改一些javascript的语法错误。
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user