[WIP] Добавил возможность удаления note, фикс стилей

This commit is contained in:
megavrilinvv
2022-12-19 13:29:41 +03:00
parent cc87fbee3a
commit 4f17285df4
10 changed files with 37 additions and 19 deletions

View File

@@ -16,6 +16,7 @@
<script>
import BaseButton from "@/components/base/BaseButton";
import BaseInput from "@/components/base/BaseInput";
export default {
name: "TableCreateNote",
components: { BaseButton, BaseInput },
@@ -25,7 +26,6 @@ export default {
},
data() {
return {
username: "",
title: "",
description: "",
};