Discover: cy node label set done

This commit is contained in:
chiayin
2023-02-25 19:38:18 +08:00
parent 88aaf85922
commit 6fdeb3898f
3 changed files with 39 additions and 44 deletions

View File

@@ -21,6 +21,7 @@ pinia.use(({ store }) => {
store.$router = markRaw(router);
store.$axios = markRaw(axios);
store.$toast = markRaw(ToastPlugin);
store.$http = app.$http;
});
// can use `this.$moment` in Vue.js