feat(vite): 引入自动导入 components 的插件
This commit is contained in:
5
src/components/AppTest.vue
Normal file
5
src/components/AppTest.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<span>
|
||||
<slot />
|
||||
</span>
|
||||
</template>
|
||||
12
src/pages/demo/base/auto-import.vue
Normal file
12
src/pages/demo/base/auto-import.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<route lang="json5">
|
||||
{
|
||||
layout: 'demo',
|
||||
style: { navigationBarTitleText: 'auto import component' },
|
||||
}
|
||||
</route>
|
||||
<template>
|
||||
<div>
|
||||
<h1>欢迎使用 vitess-uni-app</h1>
|
||||
<AppTest> 这个组件会自动导入 </AppTest>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user