Files
HTFX-CRM-APP/uni_modules/uni-ui/components/uni-test/uni-test.vue
2025-07-07 15:55:44 +08:00

20 lines
153 B
Vue

<template>
<view>
测试插件
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style>
</style>