@@ -11,6 +11,7 @@ export default defineUniPages({
easycom: {
autoscan: true,
custom: {
+ '^fg-(.*)': '@/components/fg-$1.vue',
'^wd-(.*)': 'wot-design-uni/components/wd-$1/wd-$1.vue',
},
@@ -9,6 +9,7 @@
"easycom": {
"autoscan": true,
"custom": {
+ "^fg-(.*)": "@/components/fg-$1.vue",
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
}
@@ -23,7 +23,7 @@
</wd-button>
</view>
- <tabbar />
+ <fg-tabbar />
</template>
<script lang="ts" setup>
@@ -28,7 +28,7 @@
<text class="text-green-500">tabbar</text>