diff --git a/.gitignore b/.gitignore index 403adbc..04c1974 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ pnpm-debug.log* *.njsproj *.sln *.sw? +/package-lock.json +/yarn.lock diff --git a/src/views/EditNote.vue b/src/views/EditNote.vue index 958f901..9c02cc8 100644 --- a/src/views/EditNote.vue +++ b/src/views/EditNote.vue @@ -163,7 +163,7 @@ - + diff --git a/src/views/ErrorNote.vue b/src/views/ErrorNote.vue index ca09ca6..e65aefd 100644 --- a/src/views/ErrorNote.vue +++ b/src/views/ErrorNote.vue @@ -78,7 +78,7 @@ - + diff --git a/src/views/ViewNote.vue b/src/views/ViewNote.vue index a711c2e..ff5b50d 100644 --- a/src/views/ViewNote.vue +++ b/src/views/ViewNote.vue @@ -273,7 +273,7 @@