edit panel remembering modifications in other tabs
This commit is contained in:
parent
d197447ad6
commit
9df71b4949
9 changed files with 133 additions and 79 deletions
|
|
@ -40,7 +40,7 @@
|
|||
v-model="localSelectedTags"
|
||||
/>
|
||||
<label class="btn btn--sm btn--primary" :for="`${tag}`">{{
|
||||
toPascalCase(tag)
|
||||
StringUtils.toPascalCase(tag)
|
||||
}}</label>
|
||||
</template>
|
||||
</div>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
<script setup>
|
||||
import { ref, watch } from "vue";
|
||||
import { usePageStore } from "../../../stores/page";
|
||||
import { toPascalCase } from "../../../helpers";
|
||||
import StringUtils from "../../../utils/string";
|
||||
import debounce from "lodash/debounce";
|
||||
|
||||
const { selectedTags } = defineProps({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue