mall_client/zyhs_app_java/zyhs3_uniapp/pages/test/test.vue

18 lines
211 B
Vue
Raw Normal View History

2026-03-13 07:50:35 +00:00
<template>
<div class="count_wrapper">
<div class="bg-w" >
张三
</div>
</div>
</template>
<script>
export default {
name: "test"
}
</script>
<style scoped>
@import "../scss/submit.scss";
</style>