Commit c06c9f59 authored by Дмитрий Малюгин's avatar Дмитрий Малюгин 🕓
Browse files

Merge branch 'refs/heads/main' into feature/entityText

# Conflicts:
#	components.d.ts
#	index.html
#	package-lock.json
#	src/App.vue
#	src/components/LogoAndLabel.vue
#	src/pages/HomePage.vue
#	src/stores/data.ts
parents baa9c388 bc58aec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
export {};

/* prettier-ignore */
declare module 'vue' {
+0 −6
Original line number Diff line number Diff line
@@ -33,12 +33,6 @@ const backgroundUrl = computed<string>(() => interfaceStore.homeBackgroundUrl);
watchEffect(() => {
  console.log('entities: ', entities.value);
});

// watch(entities.value.length, () => {
//   console.log('watch');
//   localStorage.setItem('homeEntities', JSON.stringify(entities.value));
// });
// provide('entities', entities);
</script>

<template>