unibest/src/pages/index/demo/pages-auto-import.vue
2024-01-08 21:24:39 +08:00

7 lines
209 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 class="m-4">
<view>vite.config.ts里面没有配置exclude的都会自动导入</view>
<view>测试是否会自动引入到pages发现会成功</view>
</view>
</template>