File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
frontend/src/views/embedded Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11<script lang="ts" setup>
2- import { ref , computed } from ' vue'
2+ import { computed } from ' vue'
33import icon_sidebar_outlined from ' @/assets/embedded/icon_sidebar_outlined_nofill.svg'
44import icon_new_chat_outlined from ' @/assets/svg/icon_new_chat_outlined.svg'
55import LOGO from ' @/assets/svg/logo-custom_small.svg'
6- import disable_answer from ' @/assets/embedded/disable.png'
76import icon_close_outlined from ' @/assets/svg/icon_close_outlined.svg'
87import icon_magnify_outlined from ' @/assets/svg/icon_magnify_outlined.svg'
98import { propTypes } from ' @/utils/propTypes'
@@ -14,7 +13,6 @@ const props = defineProps({
1413 welcome: propTypes .string .def (' ' ),
1514 name: propTypes .string .def (' ' ),
1615})
17- const textareaVal = ref (' ' )
1816const basePath = import .meta .env .VITE_API_BASE_URL
1917const baseUrl = basePath + ' /system/assistant/picture/'
2018
You can’t perform that action at this time.
0 commit comments