邃芒智像(Uniapp : WX、TT、H5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 line
253 B

  1. import { createPinia } from 'pinia'
  2. import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
  3. import { findImageApi, findGlodApi } from "../api/home"
  4. const store = createPinia();
  5. store.use(piniaPluginPersistedstate)
  6. export { store };