Skip to content

Commit 12cb9fa

Browse files
author
иван Горбунов
committed
Создание Checkbox компонента '
1 parent 3e13da7 commit 12cb9fa

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/App.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<script setup lang="ts">
2-
import { useProfileStore } from './store';
3-
import { onMounted } from 'vue';
42
5-
const profileStore = useProfileStore();
6-
7-
onMounted(() => {
8-
profileStore.fromUrl();
9-
});
103
</script>
114

125
<template>

0 commit comments

Comments
 (0)