2021-09-27 06:08:05 +00:00
|
|
|
<template>
|
|
|
|
<div class="layui-btn-container">
|
2021-12-24 16:09:30 +00:00
|
|
|
<slot></slot>
|
2021-09-27 06:08:05 +00:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
2021-11-16 03:30:29 +00:00
|
|
|
<script lang="ts">
|
|
|
|
export default {
|
|
|
|
name: "LayButtonContainer",
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
|
import "./index.less";
|
|
|
|
</script>
|