chore: flatten web project structure
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<template>
|
||||
<view class="response-intro-wrapper">
|
||||
<text class="response-intro-text">{{ introText }}</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { defineProps } from "vue";
|
||||
|
||||
defineProps({
|
||||
introText: {
|
||||
type: String,
|
||||
default:
|
||||
"酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍酒店介绍",
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "./styles/index.scss";
|
||||
</style>
|
||||
Reference in New Issue
Block a user