This commit is contained in:
李四 2023-09-05 11:38:10 +08:00
parent 82e1164a2c
commit 3eccf10f7b

View File

@ -9,7 +9,7 @@ const image = [
]
const projectlist = [
{ text: "APP软件开发", icon: "system-marked" },
{ text: "小程序开发", icon: "system-messages" },
{ text: "小程序开发", icon: "code" },
{ text: "网站开发", icon: "system-messages" }
]
const images = ref(image)