入门指南
核心概念
服务端渲染
开发者指南
- Migrating from Vuex ≤4
- HMR (Hot Module Replacement)
- 测试存储商店
- Usage without setup()
- Composing Stores
- Migrating from 0.x (v1) to v2
API 手册
- API Documentation
- Module: pinia
- Module: @pinia/nuxt
- Module: @pinia/testing
- Enumeration: MutationType
- Interface: TestingOptions
- Interface: DefineSetupStoreOptions
- Interface: DefineStoreOptions
- Interface: DefineStoreOptionsBase
- Interface: DefineStoreOptionsInPlugin
- Interface: MapStoresCustomization
- Interface: Pinia
- Interface: PiniaCustomProperties
- Interface: PiniaCustomStateProperties
- Interface: PiniaPlugin
- Interface: PiniaPluginContext
- Interface: StoreDefinition
- Interface: StoreProperties
- Interface: SubscriptionCallbackMutationDirect
- Interface: SubscriptionCallbackMutationPatchFunction
- Interface: SubscriptionCallbackMutationPatchObject
- Interface: _StoreOnActionListenerContext
- Interface: _StoreWithState
- Interface: _SubscriptionCallbackMutationBase
- Interface: TestingPinia
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Interface: TestingPinia
@pinia/testing.TestingPinia
Pinia instance specifically designed for testing. Extends a regular Pinia
instance with test specific properties.
Hierarchy
↳
TestingPinia
Properties
app
• app: App
<any
>
App used by Pinia
install
• install: (app
: App
<any
>) => void
Type declaration
▸ (app
): void
Parameters
Name | Type |
---|---|
app | App <any > |
Returns
void
Inherited from
state
• state: Ref
<Record
<string
, StateTree
>>
root state
Inherited from
Methods
use
▸ use(plugin
): Pinia
Adds a store plugin to extend every store
Parameters
Name | Type | Description |
---|---|---|
plugin | PiniaPlugin | store plugin to add |
Returns
Inherited from
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论