App下載

詞條

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

321.DSSHOP 目錄結(jié)構(gòu)

. ├── admin │ ├── vue2 │ │ ├── element-admin-v3 │ │ │ ├── build │ │ │ ├── config │ │ │ │ ├── dev.env.js │ │ │ │ ├── index.js │ │ │ │ ├── prod.env.js │ │ │ ...

http://hgci.cn/dsshop/dsshop-w6bt3mby.html

322.Vant3 DatetimePicker 時間選擇

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { DatetimePicker } from 'vant'; const app = createApp(); app.use(DatetimePicker); 代碼演示 選擇年月日 DatetimePicker 通過 type 屬性來定義需要選擇的時間類型,type 為 date 表示選擇年...

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

323.多端開發(fā)kbone

...顯:大部分流行的前端框架都能夠在 kbone 上運(yùn)行,比如 Vue、React、Preact 等。支持更為完整的前端框架特性,因為 kbone 不會對框架底層進(jìn)行刪改(比如 Vue 中的 v-html 指令、Vue-router 插件)。提供了常用的 dom/bom 接口,讓用戶代碼...

http://hgci.cn/weixinapp/weixinapp-6azv38px.html

324.JavaScript 總結(jié)

...望學(xué)習(xí)更多關(guān)于 AJAX 的知識,請訪問我們的 AJAX 教程。 Vue/React/AngularVue/React/Angular是目前前端最火的三大框架,在國內(nèi)Angular的應(yīng)用比較少,React和Vue是當(dāng)前國內(nèi)比較火的前端框架。通過前端框架的學(xué)習(xí),我們能比較省時省力的快...

http://hgci.cn/javascript/js-summary.html

325.Vant Sidebar 側(cè)邊導(dǎo)航

引入import Vue from 'vue'; import { Sidebar, SidebarItem } from 'vant'; Vue.use(Sidebar); Vue.use(SidebarItem); 代碼演示基礎(chǔ)用法通過v-model綁定當(dāng)前選中項的索引<van-sidebar v-model="activeKey"> <van-sidebar-item title="標(biāo)簽名稱" /> <van-sidebar-item title="標(biāo)...

http://hgci.cn/vantlesson/vantlesson-1zgn35wg.html

326.Vant3 定制主題

...照本文檔進(jìn)行主題定制。示例工程我們提供了一個基于 Vue Cli 3 的示例工程,倉庫地址為 Vant Demo,其中包含了定制主題的基本配置,可以作為參考。樣式變量Vant 使用了 Less 對樣式進(jìn)行預(yù)處理,并內(nèi)置了一些樣式變量,通過替換...

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

327.Mint UI 彈出框-Popup

彈出框,可自定義內(nèi)容。 引入import { Popup } from 'mint-ui'; Vue.component(Popup.name, Popup); 例子 position 屬性指定了 popup 的位置。比如,position 為 'bottom' 時,popup 會從屏幕下方移入,并最終固定在屏幕下方。移入/移出的動效會根據(jù) position...

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

328.Nuxt.js generate 屬性配置

...的目錄名稱。devtools類型: boolean默認(rèn): false配置是否允許 vue-devtools 調(diào)試。如果您已經(jīng)通過 nuxt.config.js 或其他方式激活,則無論標(biāo)志為 true 或者 false,devtools都會啟用。fallback類型: String 或 Boolean默認(rèn): '200.html'在將生成的站點(diǎn)部署到...

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

329.Vant4 TimePicker 時間選擇

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { TimePicker } from 'vant'; const app = createApp(); app.use(TimePicker); 代碼演示 基礎(chǔ)用法 通過 ?v-model? 綁定當(dāng)前選中的時間。<van-time-picker v-model="currentTime" title="選擇時間...

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

330.Vant Grid 宮格

...等寬度的區(qū)塊,用于展示內(nèi)容或進(jìn)行頁面導(dǎo)航引入import Vue from 'vue'; import { Grid, GridItem } from 'vant'; Vue.use(Grid); Vue.use(GridItem); 代碼演示基本用法通過icon屬性設(shè)置格子內(nèi)的圖標(biāo),text屬性設(shè)置文字內(nèi)容<van-grid> <van-grid-item icon="ph...

http://hgci.cn/vantlesson/vantlesson-2wjh35wc.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

321.DSSHOP 目錄結(jié)構(gòu)

. ├── admin │ ├── vue2 │ │ ├── element-admin-v3 │ │ │ ├── build │ │ │ ├── config │ │ │ │ ├── dev.env.js │ │ │ │ ├── index.js │ │ │ │ ├── prod.env.js │ │ │ ...

http://hgci.cn/dsshop/dsshop-w6bt3mby.html

322.Vant3 DatetimePicker 時間選擇

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { DatetimePicker } from 'vant'; const app = createApp(); app.use(DatetimePicker); 代碼演示 選擇年月日 DatetimePicker 通過 type 屬性來定義需要選擇的時間類型,type 為 date 表示選擇年...

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

323.多端開發(fā)kbone

...顯:大部分流行的前端框架都能夠在 kbone 上運(yùn)行,比如 Vue、React、Preact 等。支持更為完整的前端框架特性,因為 kbone 不會對框架底層進(jìn)行刪改(比如 Vue 中的 v-html 指令、Vue-router 插件)。提供了常用的 dom/bom 接口,讓用戶代碼...

http://hgci.cn/weixinapp/weixinapp-6azv38px.html

324.JavaScript 總結(jié)

...望學(xué)習(xí)更多關(guān)于 AJAX 的知識,請訪問我們的 AJAX 教程。 Vue/React/AngularVue/React/Angular是目前前端最火的三大框架,在國內(nèi)Angular的應(yīng)用比較少,React和Vue是當(dāng)前國內(nèi)比較火的前端框架。通過前端框架的學(xué)習(xí),我們能比較省時省力的快...

http://hgci.cn/javascript/js-summary.html

325.Vant Sidebar 側(cè)邊導(dǎo)航

引入import Vue from 'vue'; import { Sidebar, SidebarItem } from 'vant'; Vue.use(Sidebar); Vue.use(SidebarItem); 代碼演示基礎(chǔ)用法通過v-model綁定當(dāng)前選中項的索引<van-sidebar v-model="activeKey"> <van-sidebar-item title="標(biāo)簽名稱" /> <van-sidebar-item title="標(biāo)...

http://hgci.cn/vantlesson/vantlesson-1zgn35wg.html

326.Vant3 定制主題

...照本文檔進(jìn)行主題定制。示例工程我們提供了一個基于 Vue Cli 3 的示例工程,倉庫地址為 Vant Demo,其中包含了定制主題的基本配置,可以作為參考。樣式變量Vant 使用了 Less 對樣式進(jìn)行預(yù)處理,并內(nèi)置了一些樣式變量,通過替換...

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

327.Mint UI 彈出框-Popup

彈出框,可自定義內(nèi)容。 引入import { Popup } from 'mint-ui'; Vue.component(Popup.name, Popup); 例子 position 屬性指定了 popup 的位置。比如,position 為 'bottom' 時,popup 會從屏幕下方移入,并最終固定在屏幕下方。移入/移出的動效會根據(jù) position...

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

328.Nuxt.js generate 屬性配置

...的目錄名稱。devtools類型: boolean默認(rèn): false配置是否允許 vue-devtools 調(diào)試。如果您已經(jīng)通過 nuxt.config.js 或其他方式激活,則無論標(biāo)志為 true 或者 false,devtools都會啟用。fallback類型: String 或 Boolean默認(rèn): '200.html'在將生成的站點(diǎn)部署到...

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

329.Vant4 TimePicker 時間選擇

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { TimePicker } from 'vant'; const app = createApp(); app.use(TimePicker); 代碼演示 基礎(chǔ)用法 通過 ?v-model? 綁定當(dāng)前選中的時間。<van-time-picker v-model="currentTime" title="選擇時間...

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

330.Vant Grid 宮格

...等寬度的區(qū)塊,用于展示內(nèi)容或進(jìn)行頁面導(dǎo)航引入import Vue from 'vue'; import { Grid, GridItem } from 'vant'; Vue.use(Grid); Vue.use(GridItem); 代碼演示基本用法通過icon屬性設(shè)置格子內(nèi)的圖標(biāo),text屬性設(shè)置文字內(nèi)容<van-grid> <van-grid-item icon="ph...

http://hgci.cn/vantlesson/vantlesson-2wjh35wc.html

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

w3cschool 建議您:

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

熱門課程