feat: 初始化
This commit is contained in:
19
uni_modules/uni-ui/components/uni-test/uni-test.vue
Normal file
19
uni_modules/uni-ui/components/uni-test/uni-test.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<view>
|
||||
测试插件
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user