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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.單項選擇題在Vue中,哪個指令用于將HTML內容渲染為普通文本()

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

5.單項選擇題在Vue中,哪個生命周期鉤子用于在組件更新之前執(zhí)行()

A.onBeforeUpdate
B.onUpdated
C.onBeforeMount
D.onMounted