Fix vite build release version
Also, make sure "export" strings are not removed (rename to "room_export") and import quotes in the QuoteView correctly.
This commit is contained in:
parent
4c364f93e6
commit
ec992bb14d
34 changed files with 621 additions and 284 deletions
|
|
@ -43,7 +43,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import RoomList from "../components/RoomList";
|
||||
import RoomList from "../components/RoomList.vue";
|
||||
import YouAre from "../components/YouAre.vue";
|
||||
import logoMixin from "../components/logoMixin";
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue