mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
don't merge, test for PrimeVue Select
This commit is contained in:
@@ -76,12 +76,16 @@ https://github.com/Nuked88/ComfyUI-N-Sidebar/blob/7ae7da4a9761009fb6629bc04c6830
|
||||
>
|
||||
{{ nodeDef.description }}
|
||||
</div>
|
||||
<div>
|
||||
<Select v-model="selectedAnimation" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import _ from 'lodash'
|
||||
import { computed } from 'vue'
|
||||
import Select from 'primevue/select'
|
||||
import { computed, ref } from 'vue'
|
||||
|
||||
import { ComfyNodeDefImpl } from '@/stores/nodeDefStore'
|
||||
import { useWidgetStore } from '@/stores/widgetStore'
|
||||
@@ -94,6 +98,8 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
const selectedAnimation = ref(0)
|
||||
|
||||
const colorPaletteStore = useColorPaletteStore()
|
||||
const litegraphColors = computed(
|
||||
() => colorPaletteStore.completedActivePalette.colors.litegraph_base
|
||||
|
||||
Reference in New Issue
Block a user