Parent-to-Child Communication URL Parameter Passing For small data payloads, embed parameters direct in the web-view URL. Parent Component (Vue 3) <template> <web-view src="/static/webpage.html?payload=demo"></web-view> </template> JavaScript Bridge Method Use Uni-a...
API Reference Props Property Descripiton Type Default icon Custom icon VNode | Slot undefined desrciption Text description string | Slot undefined tooltip Tooltip content string | Slot undefined tooltipProps Tooltip configuration object {} type Button style variant 'default' | 'primary' 'default' sh...
The TablePage component for Vue3 offers several configuration options beyond basic table setup. These properties allow customization of title display, data fetching behavior, and loading states to suit various application requirements. Title Configuration By default, the component retrieves the titl...