Wed Jun 21 05:51:00 UTC 2023 inscode

上级 f7bfacc6
...@@ -10,7 +10,8 @@ const counter = ref<number>(1); ...@@ -10,7 +10,8 @@ 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>TypeScript 声明文件中,使用了import之后,无法找到声明的类 e <h1>{{ counter }}</h1>
TypeScript 声明文件中,使用了import之后,无法找到声明的类 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.
先完成此消息的编辑!
想要评论请 注册