feat: 标签组件封装

This commit is contained in:
duanshuwen
2025-07-13 10:34:43 +08:00
parent 9bac216d7a
commit 34a62d2f3e
37 changed files with 185 additions and 214 deletions

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sources":["components/TagsGroup/index.vue","C:/Program Files/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovd3d3L1lHQ2hhdENTL2NvbXBvbmVudHMvVGFnc0dyb3VwL2luZGV4LnZ1ZQ"],"sourcesContent":["<template>\r\n <view class=\"tags-group\">\r\n <view class=\"tag-item\" v-for=\"(tag, index) in tags\" :key=\"index\">\r\n {{ tag }}\r\n </view>\r\n </view>\r\n</template>\r\n\r\n<script setup>\r\nconst tags = [\r\n '门票套餐',\r\n '民俗活动',\r\n '车程路况'\r\n];\r\n</script>\r\n\r\n<style scoped>\r\n@import './styles/index.scss';\r\n</style>","import Component from 'D:/www/YGChatCS/components/TagsGroup/index.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;AASA,UAAM,OAAO;AAAA,MACX;AAAA,MACA;AAAA,MACA;AAAA,IACF;;;;;;;;;;;;;;ACZA,GAAG,gBAAgB,SAAS;"}