index.vue 181 字节
Newer Older
Y
yurj26 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
<template>
    <view>
    </view>
</template>
<script >
  
    export default {
        name: "uni-animation-view",
        data() {
            return {}
        }
    }
</script>