ai-chat-bot-interface 1.6.15 → 1.6.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
import { computed, onMounted, ref } from 'vue';
|
|
103
103
|
import { api as viewerApi } from 'v-viewer';
|
|
104
104
|
import 'viewerjs/dist/viewer.css';
|
|
105
|
-
import ArrowRight from '
|
|
105
|
+
import ArrowRight from './icons/ArrowRight.vue';
|
|
106
106
|
|
|
107
107
|
const props = defineProps({
|
|
108
108
|
info: {
|