dykj-outsource-12123/uni_modules/uni-ui/components/uni-test/uni-test.vue

20 lines
153 B
Vue
Raw Normal View History

2024-06-26 09:12:03 +08:00
<template>
<view>
测试插件
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style>
</style>