suno/src/components/triangle-icon.vue
2024-07-19 18:02:04 +08:00

10 lines
150 B
Vue

<template>
<img src="@/assets/img/triangle-icon.svg" />
</template>
<style lang="less" scoped>
img {
width: 12px;
height: 7px;
}
</style>