@ -40,9 +40,9 @@ const app = createApp({
import { createApp } from 'vue'
const app = createApp({
data{
data() {
return {
name: "李强"
count: 0
}
})