Sat Apr 22 07:50:00 UTC 2023 inscode

上级 1c12ca9f
...@@ -8,14 +8,14 @@ defineProps({ ...@@ -8,14 +8,14 @@ defineProps({
</script> </script>
<template> <template>
<div class="greetings"> <!-- <div class="greetings">
<h1 class="green">{{ msg }}</h1> <h1 class="green">{{ msg }}</h1>
<h3> <h3>
You’ve successfully created a project with You’ve successfully created a project with
<a target="_blank" href="https://vitejs.dev/">Vite</a> + <a target="_blank" href="https://vitejs.dev/">Vite</a> +
<a target="_blank" href="https://vuejs.org/">Vue 3</a>. <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
</h3> </h3>
</div> </div> -->
</template> </template>
<style scoped> <style scoped>
......
...@@ -4,3 +4,5 @@ import App from './App.vue' ...@@ -4,3 +4,5 @@ import App from './App.vue'
import './assets/main.css' import './assets/main.css'
createApp(App).mount('#app') createApp(App).mount('#app')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册