diff --git a/README.md b/README.md index 5c6318d9..4d3fd261 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ import { createPinia } from "pinia"; const store = createPinia(); export { store }; ``` -## main.ts + main.ts ```typescript import {createApp} from 'vue'