We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455c406 commit 7e5070bCopy full SHA for 7e5070b
2 files changed
.gitignore
@@ -175,7 +175,7 @@ cython_debug/
175
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
176
# and can be added to the global gitignore or merged into this file. For a more nuclear
177
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
178
-#.idea/
+.idea/
179
180
# Ruff stuff:
181
.ruff_cache/
@@ -187,3 +187,4 @@ cython_debug/
187
test.py
188
189
190
+!/.venv/
frontend/src/views/dashboard/components/sq-text-t7/index.vue
@@ -8,7 +8,7 @@
8
import { ref } from 'vue'
9
import Editor from '@tinymce/tinymce-vue'
10
11
-const props = defineProps({
+defineProps({
12
modelValue: {
13
type: String,
14
default: '',
0 commit comments