Skip to content

Commit

Permalink
$subscribe store test
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismattmiller committed Jun 28, 2024
1 parent 90f455c commit cb4dc7c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 238 deletions.
29 changes: 0 additions & 29 deletions src/components/HelloWorld.vue

This file was deleted.

121 changes: 0 additions & 121 deletions src/components/TheWelcome.vue

This file was deleted.

85 changes: 0 additions & 85 deletions src/components/WelcomeItem.vue

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/panels/sidebar_preview_marc/Marc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
}, { detached: false })
}, { detached: true })
// build the XML on first load
this.$nextTick(()=>{
Expand Down
2 changes: 1 addition & 1 deletion src/components/panels/sidebar_preview_xml/Xml.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
// }
}, { detached: false })
}, { detached: true })
// build the XML on first load
this.$nextTick(()=>{
Expand Down
2 changes: 1 addition & 1 deletion src/views/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
}
}, { detached: false })
}, { detached: true })
Expand Down

0 comments on commit cb4dc7c

Please sign in to comment.