Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<div v-if="!!myrec">
|
||||
{{label}}
|
||||
<q-select
|
||||
rounded
|
||||
style="min-width: 150px"
|
||||
outlined
|
||||
v-model="animType"
|
||||
v-model="myrec.name"
|
||||
:options="tools.SelectListAnimation"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
@@ -19,7 +19,7 @@
|
||||
rounded
|
||||
style="min-width: 150px"
|
||||
outlined
|
||||
v-model="animSpeed"
|
||||
v-model="myrec.clduration"
|
||||
:options="tools.SelectListSpeed"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
@@ -33,7 +33,7 @@
|
||||
rounded
|
||||
style="min-width: 150px"
|
||||
outlined
|
||||
v-model="animDelay"
|
||||
v-model="myrec.cldelay"
|
||||
:options="tools.SelectListDelay"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
|
||||
Reference in New Issue
Block a user