唐润平:上线版,功能为待完善
This commit is contained in:
14
src/App.vue
14
src/App.vue
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<RouterView/>
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import autofit from 'autofit.js';
|
||||
import autofit from "autofit.js";
|
||||
|
||||
onMounted(() => {
|
||||
autofit.init({
|
||||
@@ -13,18 +13,20 @@ onMounted(() => {
|
||||
resize: true,
|
||||
ignore: [
|
||||
{
|
||||
el: "#tunnel-box",
|
||||
el: "#cvs",
|
||||
height: "100vh",
|
||||
width: "100vw",
|
||||
}, {
|
||||
},
|
||||
{
|
||||
el: "#login-box",
|
||||
height: "100vh",
|
||||
width: "100vw",
|
||||
},{
|
||||
},
|
||||
{
|
||||
el: "#chat-box",
|
||||
height: "100vh",
|
||||
width: "100vw",
|
||||
}
|
||||
},
|
||||
],
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user