Browse Source

Updated files

master
adiao 3 years ago
parent
commit
b4f1a13855
  1. 8
      Vue3学习笔记.md

8
Vue3学习笔记.md

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

Loading…
Cancel
Save