vr-shopxo-uniapp/components/diy/header.vue

15 lines
192 B
Vue

<template>
<view> 这是头部 </view>
</template>
<script>
export default {
data() {
return {};
},
methods: {},
};
</script>
<style></style>