fix: typo

This commit is contained in:
Qiuxia Fan 2021-12-14 15:29:22 +08:00
parent b678cd5497
commit d00e547099

View File

@ -21,14 +21,7 @@ limitations under the License. -->
</router-view>
</section>
</template>
<script lang="ts" setup>
import { useRoute } from "vue-router";
const route = useRoute();
const key = () => {
return route.path;
};
</script>
<script lang="ts" setup></script>
<style lang="scss" scoped>
.app-main {
height: calc(100% - 128px);