dykj-outsource-12123/uni_modules/uni-ui/components/uni-test/uni-test.vue
2024-06-26 09:12:03 +08:00

20 lines
153 B
Vue

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