move vue thirdparty components in ChillThirdPartyBundle assets

This commit is contained in:
2021-08-19 15:56:33 +02:00
parent 9ac72a21d1
commit d61dbaed91
5 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
<script>
import OnTheFly from 'ChillMainAssets/vuejs/_components/OnTheFly.vue';
import ButtonLocation from '../ButtonLocation.vue';
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/ThirdPartyRenderbox.vue'
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue'
export default {
name: 'ResourceItem',