Explorar o código

fix: 设置了分包,如果没有路由会报错

Burt %!s(int64=2) %!d(string=hai) anos
pai
achega
8a16c4b61f
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  1. 17 0
      src/pages-sub/demo/index.vue

+ 17 - 0
src/pages-sub/demo/index.vue

@@ -0,0 +1,17 @@
+<route lang="json5" type="page">
+{
+  style: { navigationBarTitleText: '分包-DEMO' },
+}
+</route>
+
+<template>
+  <view class="">分包-DEMO</view>
+</template>
+
+<script lang="ts" setup>
+//
+</script>
+
+<style lang="scss" scoped>
+//
+</style>