21 lines
202 B
Vue
21 lines
202 B
Vue
<template>
|
|
<!-- 不要了 -->
|
|
<view class="view_template">
|
|
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
</style>
|