commit
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @Author: Ruin 🍭
|
||||
* @Date: 2022-01-25 16:22:24
|
||||
* @LastEditors: 刘引
|
||||
* @LastEditTime: 2022-01-25 17:31:49
|
||||
* @LastEditTime: 2022-02-07 12:43:43
|
||||
-->
|
||||
<script setup lang="ts">
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
<template>
|
||||
<router-view></router-view>
|
||||
<div>修改后的效果</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
||||
@@ -4,13 +4,15 @@
|
||||
* @Author: Ruin 🍭
|
||||
* @Date: 2022-01-25 17:26:47
|
||||
* @LastEditors: 刘引
|
||||
* @LastEditTime: 2022-01-25 18:10:50
|
||||
* @LastEditTime: 2022-02-07 12:44:33
|
||||
-->
|
||||
<script setup lang="ts">
|
||||
import HelloWorld from '@/components/HelloWorld.vue'
|
||||
import { ref } from 'vue';
|
||||
|
||||
const msg = ref('这是主页')
|
||||
console.log('尝试打印一下as,这个效果非常的号');
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user