22 lines
229 B
Vue
Raw Normal View History

<template>
<view class="">
模型组件
</view>
</template>
<script>
export default {
data() {
return {
text:''
}
},
methods: {
},
}
</script>
<style lang="scss">
</style>