Mon Jun 19 10:54:00 UTC 2023 inscode

上级 b6b99673
...@@ -10,7 +10,7 @@ const counter = ref<number>(1); ...@@ -10,7 +10,7 @@ const counter = ref<number>(1);
<template> <template>
<header> <header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" /> <img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<h1>{{ counter }}</h1> <h1>{{ counter }}</h1>e
<Counter :counter="counter"/> <Counter :counter="counter"/>
<div class="wrapper"> <div class="wrapper">
<HelloWorld msg="You did it!" /> <HelloWorld msg="You did it!" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册