diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cdab2f9..e98c9c3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,20 +1,41 @@ + + - + + + + + + + + + - + { + "associatedIndex": 3 +} - + + + @@ -49,11 +75,47 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 1c93191..d7bdb4b 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,2 @@ -# vue3_01_hello - -This template should help get you started developing with Vue 3 in Vite. - -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). - -## Type Support for `.vue` Imports in TS - -TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. - -## Customize configuration - -See [Vite Configuration Reference](https://vite.dev/config/). - -## Project Setup - -```sh -pnpm install -``` - -### Compile and Hot-Reload for Development - -```sh -pnpm dev -``` - -### Type-Check, Compile and Minify for Production - -```sh -pnpm build -``` +# vue3 学习库 +111 diff --git a/src/components/Person.vue b/src/components/Person.vue index 8aee676..cfb7243 100644 --- a/src/components/Person.vue +++ b/src/components/Person.vue @@ -1,40 +1,39 @@ @@ -45,6 +44,4 @@ border-radius: 1.5rem; padding: 3rem; } - -