修改单词
@@ -76,7 +76,7 @@ export default {
data() {
return {
editing: window.editing.set,
- editingClass:window.editing.set_class_name,
+ editingClass: window.editing.set_class_name,
wordsets: window.wordsets,
new_word: {
word: "",
@@ -92,7 +92,7 @@ export default {
options: [{ label: "adjective(adj.)", value: "adj." }, { label: "verb(v.)", value: "v." }, { label: "noun(n.)", value: "n." }, { label: "adverb(adv.)", value: "adv." }, { label: "prepositions(prep.)", value: "prep." }, { label: "phrase(phr.)", value: "phr." },],
table: [],
word_editing: false,
- new_name:"",
+ new_name: "",
}
},
methods: {
@@ -179,6 +179,30 @@ export default {
\ No newline at end of file
diff --git a/src/components/manage/NewSet.vue b/src/components/manage/NewSet.vue
index 58bc029..f1125eb 100644
--- a/src/components/manage/NewSet.vue
+++ b/src/components/manage/NewSet.vue
@@ -60,10 +60,23 @@ export default {
\ No newline at end of file
diff --git a/src/components/manage/SetList.vue b/src/components/manage/SetList.vue
index 442ae93..c642c1d 100644
--- a/src/components/manage/SetList.vue
+++ b/src/components/manage/SetList.vue
@@ -1,44 +1,57 @@
-
-