@explorer-1/vue 0.2.78 → 0.2.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.78",
3
+ "version": "0.2.80",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,6 +23,7 @@ const theIcon = computed(() => {
23
23
  let component = undefined
24
24
  switch (normalizedSubject.value) {
25
25
  case 'art':
26
+ case 'arts':
26
27
  component = IconEduArt
27
28
  break
28
29
  case 'english':
@@ -105,7 +105,6 @@ const theJumpLinks = computed(() => {
105
105
 
106
106
  const initializeJumpMenu = () => {
107
107
  initialized.value = true
108
- console.log('initialized jump menu', initialized.value)
109
108
  }
110
109
 
111
110
  const theBreadcrumbs = computed(() => {