單項(xiàng)選擇題在Pinia中,狀態(tài)和業(yè)務(wù)邏輯保存在哪個實(shí)體中()

A.Store
B.State
C.Actions
D.Mutations


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題哪個函數(shù)用于創(chuàng)建Pinia的Store()

A.createStore
B.defineStore
C.makeStore
D.createPinia

2.單項(xiàng)選擇題在Vue中,哪個選項(xiàng)用于實(shí)現(xiàn)跨組件通信()

A.provide
B.props
C.computed
D.methods

3.單項(xiàng)選擇題以下哪個不是父子組件通信的方法()

A.props
B.emits
C.v-model
D.Router

4.單項(xiàng)選擇題在Vue中,哪個指令用于將HTML內(nèi)容渲染為普通文本()

A.v-text
B.v-html
C.v-model
D.v-bind