App下載

詞條

大約有 900 項(xiàng)符合查詢(xún)結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0024秒)

661.Laravel 8 assertVue

斷言 Vue 組件數(shù)據(jù)的屬性匹配指定的值:$browser->assertVue($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-w7bu3ier.html

662.Laravel 8 assertVueIsNot

斷言 Vue 組件數(shù)據(jù)的屬性不匹配指定的值:$browser->assertVueIsNot($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-3dqw3ies.html

663.Laravel 8 assertVueContains

斷言 Vue 組件數(shù)據(jù)的屬性是一個(gè)數(shù)組,并且該數(shù)組包含指定的值:$browser->assertVueContains($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-gcn93iet.html

664.Laravel 8 assertVueDoesNotContain

斷言 Vue 組件數(shù)據(jù)的屬性是一個(gè)數(shù)組,并且該數(shù)組不包含指定的值:$browser->assertVueDoesNotContain($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-x76l3ieu.html

665.Laravel 8 SPA 身份驗(yàn)證

...同一倉(cāng)庫(kù)中,也可能是一個(gè)完全獨(dú)立的倉(cāng)庫(kù),例如使用 Vue CLI 創(chuàng)建的單頁(yè)應(yīng)用程序。對(duì)于此功能,Sanctum 不使用任何類(lèi)型的令牌。相反,Sanctum 使用 Laravel 內(nèi)置的基于 cookie 的會(huì)話(huà)身份驗(yàn)證服務(wù)。這提供了 CSRF 保護(hù),會(huì)話(huà)身份驗(yàn)證...

http://www.o2fo.com/laravel_8/laravel_8-eurz3ijs.html

666.Laravel 8 SPA 認(rèn)證

...個(gè)存儲(chǔ)層中,也可以完全分離于存儲(chǔ)層之外,比如通過(guò) Vue CLI 構(gòu)建的 SPA。對(duì)于這個(gè)特性,Sanctum 不使用其他任何類(lèi)型的令牌。相反,Sanctum 使用的是 Laravel 內(nèi)置的基于 cookie 的 session 認(rèn)證服務(wù)。這帶來(lái)了諸多好處,比如 CSRF 保護(hù)...

http://www.o2fo.com/laravel_8/laravel_8-kynz3ik0.html

667.Vant3 useCustomFieldValue

...個(gè)回調(diào)函數(shù),這個(gè)函數(shù)返回值為表單項(xiàng)的值。// MyComponent.vue import { useCustomFieldValue } from '@vant/use'; export default { setup() { // 此處傳入的值會(huì)替代 Field 組件內(nèi)部的 value useCustomFieldValue(() => 'Some value'); }, }; 表單 接著,在 Form 組件中...

http://www.o2fo.com/vant3/usecustomfieldvalue.html

668.Vant3 useRect

...。 代碼演示 基本用法<div ref="root" /> import { ref } from 'vue'; import { useRect } from '@vant/use'; export default { setup() { const root = ref(); const rect = useRect(); console.log(rect); // -> 元素的大小及其相對(duì)于視口的位置 return { root }; }, }; API 類(lèi)型定...

http://www.o2fo.com/vant3/userect.html

669.Vant3 useEventListener

...activated 時(shí)解綁事件。 代碼演示 基本用法import { ref } from 'vue'; import { useEventListener } from '@vant/use'; export default { setup() { // 在 window 上綁定 resize 事件 // 未指定監(jiān)聽(tīng)對(duì)象時(shí),默認(rèn)會(huì)監(jiān)聽(tīng) window 的事件 useEventListener('resize', () => { console...

http://www.o2fo.com/vant3/useeventlistener.html

670.Vant3 usePageVisibility

...頁(yè)面的可見(jiàn)狀態(tài)。 代碼演示 基本用法import { watch } from 'vue'; import { usePageVisibility } from '@vant/use'; export default { setup() { const pageVisibility = usePageVisibility(); watch(pageVisibility, (value) => { console.log('visibility: ', value); }); }, }; API 類(lèi)型定義typ...

http://www.o2fo.com/vant3/usepagevisibility.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

661.Laravel 8 assertVue

斷言 Vue 組件數(shù)據(jù)的屬性匹配指定的值:$browser->assertVue($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-w7bu3ier.html

662.Laravel 8 assertVueIsNot

斷言 Vue 組件數(shù)據(jù)的屬性不匹配指定的值:$browser->assertVueIsNot($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-3dqw3ies.html

663.Laravel 8 assertVueContains

斷言 Vue 組件數(shù)據(jù)的屬性是一個(gè)數(shù)組,并且該數(shù)組包含指定的值:$browser->assertVueContains($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-gcn93iet.html

664.Laravel 8 assertVueDoesNotContain

斷言 Vue 組件數(shù)據(jù)的屬性是一個(gè)數(shù)組,并且該數(shù)組不包含指定的值:$browser->assertVueDoesNotContain($property, $value, $componentSelector = null);

http://www.o2fo.com/laravel_8/laravel_8-x76l3ieu.html

665.Laravel 8 SPA 身份驗(yàn)證

...同一倉(cāng)庫(kù)中,也可能是一個(gè)完全獨(dú)立的倉(cāng)庫(kù),例如使用 Vue CLI 創(chuàng)建的單頁(yè)應(yīng)用程序。對(duì)于此功能,Sanctum 不使用任何類(lèi)型的令牌。相反,Sanctum 使用 Laravel 內(nèi)置的基于 cookie 的會(huì)話(huà)身份驗(yàn)證服務(wù)。這提供了 CSRF 保護(hù),會(huì)話(huà)身份驗(yàn)證...

http://www.o2fo.com/laravel_8/laravel_8-eurz3ijs.html

666.Laravel 8 SPA 認(rèn)證

...個(gè)存儲(chǔ)層中,也可以完全分離于存儲(chǔ)層之外,比如通過(guò) Vue CLI 構(gòu)建的 SPA。對(duì)于這個(gè)特性,Sanctum 不使用其他任何類(lèi)型的令牌。相反,Sanctum 使用的是 Laravel 內(nèi)置的基于 cookie 的 session 認(rèn)證服務(wù)。這帶來(lái)了諸多好處,比如 CSRF 保護(hù)...

http://www.o2fo.com/laravel_8/laravel_8-kynz3ik0.html

667.Vant3 useCustomFieldValue

...個(gè)回調(diào)函數(shù),這個(gè)函數(shù)返回值為表單項(xiàng)的值。// MyComponent.vue import { useCustomFieldValue } from '@vant/use'; export default { setup() { // 此處傳入的值會(huì)替代 Field 組件內(nèi)部的 value useCustomFieldValue(() => 'Some value'); }, }; 表單 接著,在 Form 組件中...

http://www.o2fo.com/vant3/usecustomfieldvalue.html

668.Vant3 useRect

...。 代碼演示 基本用法<div ref="root" /> import { ref } from 'vue'; import { useRect } from '@vant/use'; export default { setup() { const root = ref(); const rect = useRect(); console.log(rect); // -> 元素的大小及其相對(duì)于視口的位置 return { root }; }, }; API 類(lèi)型定...

http://www.o2fo.com/vant3/userect.html

669.Vant3 useEventListener

...activated 時(shí)解綁事件。 代碼演示 基本用法import { ref } from 'vue'; import { useEventListener } from '@vant/use'; export default { setup() { // 在 window 上綁定 resize 事件 // 未指定監(jiān)聽(tīng)對(duì)象時(shí),默認(rèn)會(huì)監(jiān)聽(tīng) window 的事件 useEventListener('resize', () => { console...

http://www.o2fo.com/vant3/useeventlistener.html

670.Vant3 usePageVisibility

...頁(yè)面的可見(jiàn)狀態(tài)。 代碼演示 基本用法import { watch } from 'vue'; import { usePageVisibility } from '@vant/use'; export default { setup() { const pageVisibility = usePageVisibility(); watch(pageVisibility, (value) => { console.log('visibility: ', value); }); }, }; API 類(lèi)型定義typ...

http://www.o2fo.com/vant3/usepagevisibility.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門(mén)課程