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> </router-view>
</section> </section>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup></script>
import { useRoute } from "vue-router";
const route = useRoute();
const key = () => {
return route.path;
};
</script>
<style lang="scss" scoped> <style lang="scss" scoped>
.app-main { .app-main {
height: calc(100% - 128px); height: calc(100% - 128px);