]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: correct import
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 16:55:14 +0000 (18:55 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 16:55:14 +0000 (18:55 +0200)
test-dts/store.test-d.ts

index 62851f589ceae5b00d88e62e66e88291466f1804..436dfdb6a43e316f63a8c7e5d4a0071138ce6f50 100644 (file)
@@ -1,4 +1,4 @@
-import { watch } from '@vue/runtime-core'
+import { watch } from 'vue'
 import { defineStore, expectType, Store, GenericStore } from './'
 
 const useStore = defineStore({