Commit 51e4f3e16373cb862bed84b3688ad5e6e29eb105
1 parent
46db0a3b5f
Exists in
master
and in
3 other branches
add sunbject and notice board dunamic data
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
src/pages/Subjects/subjects.vue
... | ... | @@ -290,7 +290,7 @@ |
290 | 290 | <v-flex xs6 class="ml-3"> |
291 | 291 | <v-text-field |
292 | 292 | v-model="addSubject.subjectName" |
293 | - placeholder="fill your Description" | |
293 | + placeholder="fill your Subject Name" | |
294 | 294 | name="name" |
295 | 295 | type="text" |
296 | 296 | :rules="subjectRules" |
... | ... | @@ -377,10 +377,6 @@ export default { |
377 | 377 | editedItem: { |
378 | 378 | subjectName: "" |
379 | 379 | }, |
380 | - defaultItem: { | |
381 | - title: "", | |
382 | - description: "" | |
383 | - }, | |
384 | 380 | userName: "", |
385 | 381 | items: [ |
386 | 382 | { | ... | ... |