Skip to content

Commit 2d3880f

Browse files
WCY-dtCopilot
andauthored
doc: Update .github/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fad0933 commit 2d3880f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ npm run format # Format code with Prettier
141141
### Pinia Store Usage
142142
```typescript
143143
import { defineStore } from 'pinia'
144+
import { ref } from 'vue'
144145

145146
export const useMyStore = defineStore('myStore', () => {
146147
const state = ref(initialValue)

0 commit comments

Comments
 (0)