更新文档
This commit is contained in:
		
							parent
							
								
									69878c2c42
								
							
						
					
					
						commit
						40b18f7f6d
					
				@ -128,6 +128,30 @@ export default {
 | 
			
		||||
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
::: demo 传入 columns 数据,自动生成表格
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
  <lay-button-container>
 | 
			
		||||
      <lay-button type="primary"><lay-icon type="layui-icon-left"></lay-icon></lay-button>
 | 
			
		||||
      <lay-button type="primary"><lay-icon type="layui-icon-right"></lay-icon></lay-button>
 | 
			
		||||
  </lay-button-container>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import { ref } from 'vue'
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
  setup() {
 | 
			
		||||
 | 
			
		||||
    return {
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
::: demo 传入 columns 数据,自动生成表格
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,7 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup name="LayCollapseItem" lang="ts">
 | 
			
		||||
import { defineProps, inject } from 'vue'
 | 
			
		||||
import { defineProps, inject, ref } from 'vue'
 | 
			
		||||
 | 
			
		||||
const props =
 | 
			
		||||
  defineProps<{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user