初始化文件夹

parent d64fc88d
......@@ -11,6 +11,11 @@
"style": {
"navigationBarTitleText": "小程序平台"
}
}, {
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "店铺首页"
}
}
],
"globalStyle": {
......
<template>
<view class="shop-pages"></view>
</template>
<script setup>
const title = ref('小程序平台');
</script>
<style lang="scss">
.shop-pages {
width: 375px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment