We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a49502 commit b71d4a2Copy full SHA for b71d4a2
stores/treeview.js
@@ -1,4 +1,4 @@
1
-export const use_treeview_store = defineStore("treeview", () => {
+export const useTreeviewStore = defineStore("treeview", () => {
2
const dataStyleStore = useDataStyleStore()
3
4
/** State **/
0 commit comments