diff --git a/src/pages/News/news.vue b/src/pages/News/news.vue new file mode 100644 index 0000000..439b151 --- /dev/null +++ b/src/pages/News/news.vue @@ -0,0 +1,872 @@ + + + + + + + + + + + + + + + + + + + + + {{ item.icon }} + + + {{ item.title }} + + + + + + + Existing News + Add News + + + + + {{ text }} + + + + + Edit Profile + + + + + + + + + + + + + + + + + + + Select Class: + + + + + + + + + + Select Section: + + + + + + + + + + + + Title: + + + + + + + + + + Description: + + + + + + + + + + + Cancel + + Save + + + + + + + + + + + + + + Profile + + close + + + + + + + + + + + + + + + + Title: + + + {{ editedItem.title }} + + + + + Description: + + + {{ editedItem.description }} + + + + + + + + + + {{ text }} + + + + + {{ props.index}} + {{ props.item.title}} + {{ props.item.description}} + + + + + + + + + + Your search for "{{ search }}" found no results. + + + + + + + + {{ text }} + + + + + + + + + + + + + + + + + Select Class: + + + + + + + + + + Select Section: + + + + + + + + + + Title: + + + + + + + + + + Description: + + + + + + + + + + clear + + Add + + + + + + + + + + + + + + + \ No newline at end of file