App下載

詞條

大約有 800 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,355 項。(搜索耗時:0.0048秒)

541.Nuxt.js 服務(wù)器端渲染中間件(serverMiddleware) 屬性

...rverMiddleware) vs 中間件(middleware)! 不要將它與客戶端或SSR中Vue在每條路由之前調(diào)用的routes middleware混淆。serverMiddleware只是在vue-server-renderer之前在服務(wù)器端運行,可用于服務(wù)器特定的任務(wù),如處理API請求或服務(wù)資產(chǎn)。 用法 如果中間...

http://hgci.cn/nuxtjs/nuxtjs-wonl36hy.html

542.Vant3 Picker 選擇器

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Picker } from 'vant'; const app = createApp(); app.use(Picker); 代碼演示 基礎(chǔ)用法 選項配置 Picker 組件通過 columns 屬性配置選項數(shù)據(jù),columns 是一個包含字符串或?qū)ο蟮臄?shù)組...

http://hgci.cn/vant3/picker.html

543.Vant3 ContactEdit 聯(lián)系人編輯

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { ContactEdit } from 'vant'; const app = createApp(); app.use(ContactEdit); 代碼演示 基礎(chǔ)用法<van-contact-edit is-edit show-set-default :contact-info="editingContact" set-default-label="設(shè)為默認聯(lián)...

http://hgci.cn/vant3/contactedit.html

544.Vant3 Skeleton 骨架屏

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Skeleton } from 'vant'; const app = createApp(); app.use(Skeleton); 代碼演示 基礎(chǔ)用法 通過 title 屬性顯示標題占位圖,通過 row 屬性配置占位段落行數(shù)。<van-skeleton title :row="...

http://hgci.cn/vant3/skeleton.html

545.Vant3 Calendar日歷

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Calendar } from 'vant'; const app = createApp(); app.use(Calendar); 代碼演示 選擇單個日期 下面演示了結(jié)合單元格來使用日歷組件的用法,日期選擇完成后會觸發(fā) confirm 事件...

http://hgci.cn/vant3/calendar.html

546.Vant4 Picker 選擇器

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Picker } from 'vant'; const app = createApp(); app.use(Picker); 代碼演示 基礎(chǔ)用法 選項配置 Picker 組件通過 ?columns? 屬性配置選項數(shù)據(jù),?columns? 是一個包含字符串或?qū)?..

http://hgci.cn/pcauz/pcauz-dwni3qgt.html

547.Vant4 ContactEdit 聯(lián)系人編輯

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { ContactEdit } from 'vant'; const app = createApp(); app.use(ContactEdit); 代碼演示 基礎(chǔ)用法<van-contact-edit is-edit show-set-default :contact-info="editingContact" set-default-label="設(shè)為默認聯(lián)...

http://hgci.cn/pcauz/pcauz-5y9n3qic.html

548.Nuxt.js 安裝

...thersMicroFastifyAdonis (WIP)選擇您喜歡的UI框架:None (無)BootstrapVuetifyBulmaTailwindElement UIAnt Design VueBuefyiViewTachyons選擇您喜歡的測試框架:None (隨意添加一個)JestAVA選擇你想要的Nuxt模式 (Universal or SPA)添加 axios module 以輕松地將HTTP請求發(fā)送...

http://hgci.cn/nuxtjs/nuxtjs-b4kl36fw.html

549.Mint UI 索引列表-Index List

...應(yīng)的內(nèi)容。 引入import { IndexList, IndexSection } from 'mint-ui'; Vue.component(IndexList.name, IndexList); Vue.component(IndexSection.name, IndexSection); 例子<mt-index-list> <mt-index-section index="A"> <mt-cell title="Aaron"></mt-cell> <mt-cell title="Alden">...

http://hgci.cn/mintui/mintui-yx1835sl.html

550.uni-app介紹

uni-app是一個使用Vue.js開發(fā)所有前端應(yīng)用的框架,開發(fā)者編寫一套代碼,可發(fā)布到iOS,Android,H5,以及各種小程序(微信/支付寶/百度/頭條/ QQ /釘釘)等多個平臺。DCloud公司擁有420萬開發(fā)者,數(shù)十萬應(yīng)用案例,6.5億手機端月活用...

http://hgci.cn/uni_app/uni_app-k8zg370b.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

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

541.Nuxt.js 服務(wù)器端渲染中間件(serverMiddleware) 屬性

...rverMiddleware) vs 中間件(middleware)! 不要將它與客戶端或SSR中Vue在每條路由之前調(diào)用的routes middleware混淆。serverMiddleware只是在vue-server-renderer之前在服務(wù)器端運行,可用于服務(wù)器特定的任務(wù),如處理API請求或服務(wù)資產(chǎn)。 用法 如果中間...

http://hgci.cn/nuxtjs/nuxtjs-wonl36hy.html

542.Vant3 Picker 選擇器

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Picker } from 'vant'; const app = createApp(); app.use(Picker); 代碼演示 基礎(chǔ)用法 選項配置 Picker 組件通過 columns 屬性配置選項數(shù)據(jù),columns 是一個包含字符串或?qū)ο蟮臄?shù)組...

http://hgci.cn/vant3/picker.html

543.Vant3 ContactEdit 聯(lián)系人編輯

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { ContactEdit } from 'vant'; const app = createApp(); app.use(ContactEdit); 代碼演示 基礎(chǔ)用法<van-contact-edit is-edit show-set-default :contact-info="editingContact" set-default-label="設(shè)為默認聯(lián)...

http://hgci.cn/vant3/contactedit.html

544.Vant3 Skeleton 骨架屏

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Skeleton } from 'vant'; const app = createApp(); app.use(Skeleton); 代碼演示 基礎(chǔ)用法 通過 title 屬性顯示標題占位圖,通過 row 屬性配置占位段落行數(shù)。<van-skeleton title :row="...

http://hgci.cn/vant3/skeleton.html

545.Vant3 Calendar日歷

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Calendar } from 'vant'; const app = createApp(); app.use(Calendar); 代碼演示 選擇單個日期 下面演示了結(jié)合單元格來使用日歷組件的用法,日期選擇完成后會觸發(fā) confirm 事件...

http://hgci.cn/vant3/calendar.html

546.Vant4 Picker 選擇器

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Picker } from 'vant'; const app = createApp(); app.use(Picker); 代碼演示 基礎(chǔ)用法 選項配置 Picker 組件通過 ?columns? 屬性配置選項數(shù)據(jù),?columns? 是一個包含字符串或?qū)?..

http://hgci.cn/pcauz/pcauz-dwni3qgt.html

547.Vant4 ContactEdit 聯(lián)系人編輯

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { ContactEdit } from 'vant'; const app = createApp(); app.use(ContactEdit); 代碼演示 基礎(chǔ)用法<van-contact-edit is-edit show-set-default :contact-info="editingContact" set-default-label="設(shè)為默認聯(lián)...

http://hgci.cn/pcauz/pcauz-5y9n3qic.html

548.Nuxt.js 安裝

...thersMicroFastifyAdonis (WIP)選擇您喜歡的UI框架:None (無)BootstrapVuetifyBulmaTailwindElement UIAnt Design VueBuefyiViewTachyons選擇您喜歡的測試框架:None (隨意添加一個)JestAVA選擇你想要的Nuxt模式 (Universal or SPA)添加 axios module 以輕松地將HTTP請求發(fā)送...

http://hgci.cn/nuxtjs/nuxtjs-b4kl36fw.html

549.Mint UI 索引列表-Index List

...應(yīng)的內(nèi)容。 引入import { IndexList, IndexSection } from 'mint-ui'; Vue.component(IndexList.name, IndexList); Vue.component(IndexSection.name, IndexSection); 例子<mt-index-list> <mt-index-section index="A"> <mt-cell title="Aaron"></mt-cell> <mt-cell title="Alden">...

http://hgci.cn/mintui/mintui-yx1835sl.html

550.uni-app介紹

uni-app是一個使用Vue.js開發(fā)所有前端應(yīng)用的框架,開發(fā)者編寫一套代碼,可發(fā)布到iOS,Android,H5,以及各種小程序(微信/支付寶/百度/頭條/ QQ /釘釘)等多個平臺。DCloud公司擁有420萬開發(fā)者,數(shù)十萬應(yīng)用案例,6.5億手機端月活用...

http://hgci.cn/uni_app/uni_app-k8zg370b.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

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

熱門課程