保存进度
This commit is contained in:
@@ -73,7 +73,7 @@ Copyright © CPIC All rights reserved
|
||||
</template>
|
||||
<script lang="js">
|
||||
// @ts-expect-error 之后再补充类型文件
|
||||
import { hasOnlyChild } from "../../../router/index";
|
||||
import { hasOnlyChild } from "../../../router/index.ts";
|
||||
import { useRoute, useRouter } from "vue-router";
|
||||
import { computed } from "vue";
|
||||
|
||||
@@ -96,8 +96,11 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "@/assets/css/public/variables.scss";
|
||||
@import "@/assets/css/public/mixin.scss";
|
||||
|
||||
.sidebar-wrapper {
|
||||
// @include no-select;
|
||||
@include no-select;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-moz-user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user