]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: missing Ref import
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 28 Apr 2021 14:50:50 +0000 (16:50 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 28 Apr 2021 14:50:50 +0000 (16:50 +0200)
src/types.ts

index 6d1d8a26c58e7a65fed9515c2fdb34b80e3e9191..a7a5a2a410b54ed8b1d3a647eaf14b468f94ad3b 100644 (file)
@@ -1,3 +1,4 @@
+import { Ref } from 'vue'
 import { Pinia } from './rootStore'
 
 /**