mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
chore: up
This commit is contained in:
11
playground/compodium/examples/UInputMenuExample.vue
Normal file
11
playground/compodium/examples/UInputMenuExample.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
defaultProps: {
|
||||
items: ['Option 1', 'Option 2', 'Option 3']
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UInputMenu />
|
||||
</template>
|
||||
Reference in New Issue
Block a user