unibest/src/pages/demo/index.vue

10 lines
306 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view>
<view>demo</view>
<view>测试是否会自动引入到pages发现会</view>
<view>就是不加route-block也会自己引入到pages</view>
<view>得到类似如下的配置</view>
<view>{ "path": "pages/demo/index", "type": "page" },</view>
</view>
</template>