This commit is contained in:
syuilo 2022-12-24 14:45:27 +09:00
parent 738593d38c
commit deaea7ce9f
8 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
<template>
<!-- eslint-disable vue/no-mutating-props -->
<XContainer :draggable="true" @remove="() => $emit('remove')">
<template #header><i class="fas fa-sticky-note"></i> {{ props.modelValue.title }}</template>
<template #header><i class="ti ti-note"></i> {{ props.modelValue.title }}</template>
<template #func>
<button class="_button" @click="rename()">
<i class="ti ti-pencil"></i>