Skip to content
Snippets Groups Projects
Commit c06c9f59 authored by Дмитрий Малюгин's avatar Дмитрий Малюгин :clock4:
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
No related branches found
No related tags found
1 merge request!4Entity of text
......@@ -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' {
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment