0
0
hhansonfang
The import statement imports the storeToRefs function, which is located in the pinia module. This function allows you to convert a store object into a reference to that store. This reference can then be used to access the properties and methods of that store object.
Library: vue
Shortcut: imsp
import { storeToRefs } from "pinia";