feat(projects): theme store完成
This commit is contained in:
3
src/package/SoybeanLayout/index.ts
Normal file
3
src/package/SoybeanLayout/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import SoybeanLayout from './src/index.vue';
|
||||
|
||||
export default SoybeanLayout;
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<header class="soybean-layout__footer" :style="style">
|
||||
<footer class="soybean-layout__footer" :style="style">
|
||||
<slot></slot>
|
||||
</header>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
@ -1,3 +1,3 @@
|
||||
import SoybeanLayout from './SoybeanLayout/index.vue';
|
||||
import SoybeanLayout from './SoybeanLayout';
|
||||
|
||||
export { SoybeanLayout };
|
||||
|
||||
Reference in New Issue
Block a user