App下載

詞條

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

711.字節(jié)跳動小程序開發(fā)框架 TTML-列表渲染

...:key來指定列表中項目的唯一標(biāo)識,這個可以類比React或者Vue中列表渲染的key。 tt:key如何指定: 字符串,代表item的某個字段,比如tt:key="unique",那么指定item的unique字段為key *this,代表item本身,比如tt:key="*this",那么就是用item本...

http://o2fo.com/microapp/microapp-b7dv33kn.html

712.Mint UI 加載動畫-Spinner

...顯示類型、尺寸和顏色。 引入import { Spinner } from 'mint-ui'; Vue.component(Spinner.name, Spinner); 例子 指定類型<mt-spinner type="snake"></mt-spinner> <mt-spinner type="double-bounce"></mt-spinner> <mt-spinner type="triple-bounce"></mt-spinner>...

http://o2fo.com/mintui/mintui-yzfg35su.html

713.Vant3 國際化

...語語言包 的 PR。 業(yè)務(wù)代碼如何實(shí)現(xiàn)國際化? 可以使用 vue-i18n 來實(shí)現(xiàn)。 以 CDN 形式引入時,如何使用語言包? 目前沒有提供 CDN 形式的語言包,可以手動拷貝語言包的內(nèi)容來使用。 語言包中不包含 Sku 組件? 語言包中默認(rèn)不包...

http://o2fo.com/vant3/locale.html

714.定制擴(kuò)展端

...); </script> 實(shí)現(xiàn)框架數(shù)據(jù)管理chameleon-store 提供了類似 Vuex 的數(shù)據(jù)管理解決方案同樣利用多態(tài)協(xié)議實(shí)現(xiàn)其功能。更多擴(kuò)展新端 Demo 示例倉庫: https://github.com/chameleon-team/cml-extplatform-demo。 實(shí)現(xiàn)了微信端的基本擴(kuò)展,用戶可以以此...

http://o2fo.com/pbikc/pbikc-qh1j37bh.html

715.Vant3 ImagePreview 圖片預(yù)覽

...時,可以通過下面的方式進(jìn)行注冊。import { createApp } from 'vue'; import { ImagePreview } from 'vant'; // 全局注冊 const app = createApp(); app.use(ImagePreview); // 局部注冊 export default { components: { [ImagePreview.Component.name]: ImagePreview.Component, }, }; 代碼演...

http://o2fo.com/vant3/imagepreview.html

716.Tailwind CSS 提取組件

...per night" url="/vacations/cancun" /> <!-- ./components/VacationCard.vue --> <template> <div> <img class="rounded" :src="img" :alt="imgAlt"> <div class="mt-2"> <div> <div class="text-xs text-gray-600 uppercase font-bold">{{ eyebrow }}</div> <div ...

http://o2fo.com/tailwind_css/tailwind_css-jiw83pan.html

717.Mint UI 按鈕-Button

...和尺寸,可自定義圖標(biāo)。 引入import { Button } from 'mint-ui'; Vue.component(Button.name, Button); 例子 改變顏色<mt-button type="default">default</mt-button> <mt-button type="primary">primary</mt-button> <mt-button type="danger">danger</mt-button>...

http://o2fo.com/mintui/mintui-tzg935sr.html

718.Flutter實(shí)戰(zhàn) 狀態(tài)管理

...一個永恒的主題——“狀態(tài)(State)管理”,無論是在 React/Vue(兩者都是支持響應(yīng)式編程的 Web 開發(fā)框架)還是 Flutter 中,他們討論的問題和解決的思想都是一致的。所以,如果你對 React/Vue 的狀態(tài)管理有了解,可以跳過本節(jié)。言歸...

http://o2fo.com/flutter_in_action/flutter_in_action-gw2t3eze.html

719.Chameleon 目錄結(jié)構(gòu)

...塊內(nèi)容組成,分別是:標(biāo)簽必須屬性作用template必須lang:vue提供組件結(jié)構(gòu)、事件綁定、數(shù)據(jù)綁定、樣式綁定template(標(biāo)簽設(shè)置cml-type屬性時)必須cml-type:json組件配置script必須暫無組件邏輯style必須lang:less|stylus組件樣式表.interface 文件.c...

http://o2fo.com/pbikc/pbikc-jdpy37ay.html

720.Nuxt.js fetch 方法

...組件實(shí)例,fetch是在組件初始化之前被調(diào)用例如 pages/index.vue:<template> <h1>Stars: {{ $store.state.stars }}</h1> </template> <script> export default { fetch ({ store, params }) { return axios.get('http://my-api/stars') .then((res) => { store.commi...

http://o2fo.com/nuxtjs/nuxtjs-r8hj36gl.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

711.字節(jié)跳動小程序開發(fā)框架 TTML-列表渲染

...:key來指定列表中項目的唯一標(biāo)識,這個可以類比React或者Vue中列表渲染的key。 tt:key如何指定: 字符串,代表item的某個字段,比如tt:key="unique",那么指定item的unique字段為key *this,代表item本身,比如tt:key="*this",那么就是用item本...

http://o2fo.com/microapp/microapp-b7dv33kn.html

712.Mint UI 加載動畫-Spinner

...顯示類型、尺寸和顏色。 引入import { Spinner } from 'mint-ui'; Vue.component(Spinner.name, Spinner); 例子 指定類型<mt-spinner type="snake"></mt-spinner> <mt-spinner type="double-bounce"></mt-spinner> <mt-spinner type="triple-bounce"></mt-spinner>...

http://o2fo.com/mintui/mintui-yzfg35su.html

713.Vant3 國際化

...語語言包 的 PR。 業(yè)務(wù)代碼如何實(shí)現(xiàn)國際化? 可以使用 vue-i18n 來實(shí)現(xiàn)。 以 CDN 形式引入時,如何使用語言包? 目前沒有提供 CDN 形式的語言包,可以手動拷貝語言包的內(nèi)容來使用。 語言包中不包含 Sku 組件? 語言包中默認(rèn)不包...

http://o2fo.com/vant3/locale.html

714.定制擴(kuò)展端

...); </script> 實(shí)現(xiàn)框架數(shù)據(jù)管理chameleon-store 提供了類似 Vuex 的數(shù)據(jù)管理解決方案同樣利用多態(tài)協(xié)議實(shí)現(xiàn)其功能。更多擴(kuò)展新端 Demo 示例倉庫: https://github.com/chameleon-team/cml-extplatform-demo。 實(shí)現(xiàn)了微信端的基本擴(kuò)展,用戶可以以此...

http://o2fo.com/pbikc/pbikc-qh1j37bh.html

715.Vant3 ImagePreview 圖片預(yù)覽

...時,可以通過下面的方式進(jìn)行注冊。import { createApp } from 'vue'; import { ImagePreview } from 'vant'; // 全局注冊 const app = createApp(); app.use(ImagePreview); // 局部注冊 export default { components: { [ImagePreview.Component.name]: ImagePreview.Component, }, }; 代碼演...

http://o2fo.com/vant3/imagepreview.html

716.Tailwind CSS 提取組件

...per night" url="/vacations/cancun" /> <!-- ./components/VacationCard.vue --> <template> <div> <img class="rounded" :src="img" :alt="imgAlt"> <div class="mt-2"> <div> <div class="text-xs text-gray-600 uppercase font-bold">{{ eyebrow }}</div> <div ...

http://o2fo.com/tailwind_css/tailwind_css-jiw83pan.html

717.Mint UI 按鈕-Button

...和尺寸,可自定義圖標(biāo)。 引入import { Button } from 'mint-ui'; Vue.component(Button.name, Button); 例子 改變顏色<mt-button type="default">default</mt-button> <mt-button type="primary">primary</mt-button> <mt-button type="danger">danger</mt-button>...

http://o2fo.com/mintui/mintui-tzg935sr.html

718.Flutter實(shí)戰(zhàn) 狀態(tài)管理

...一個永恒的主題——“狀態(tài)(State)管理”,無論是在 React/Vue(兩者都是支持響應(yīng)式編程的 Web 開發(fā)框架)還是 Flutter 中,他們討論的問題和解決的思想都是一致的。所以,如果你對 React/Vue 的狀態(tài)管理有了解,可以跳過本節(jié)。言歸...

http://o2fo.com/flutter_in_action/flutter_in_action-gw2t3eze.html

719.Chameleon 目錄結(jié)構(gòu)

...塊內(nèi)容組成,分別是:標(biāo)簽必須屬性作用template必須lang:vue提供組件結(jié)構(gòu)、事件綁定、數(shù)據(jù)綁定、樣式綁定template(標(biāo)簽設(shè)置cml-type屬性時)必須cml-type:json組件配置script必須暫無組件邏輯style必須lang:less|stylus組件樣式表.interface 文件.c...

http://o2fo.com/pbikc/pbikc-jdpy37ay.html

720.Nuxt.js fetch 方法

...組件實(shí)例,fetch是在組件初始化之前被調(diào)用例如 pages/index.vue:<template> <h1>Stars: {{ $store.state.stars }}</h1> </template> <script> export default { fetch ({ store, params }) { return axios.get('http://my-api/stars') .then((res) => { store.commi...

http://o2fo.com/nuxtjs/nuxtjs-r8hj36gl.html

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

w3cschool 建議您:

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

熱門課程