App下載

詞條

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

8181.字節(jié)跳動小程序開發(fā)框架 TTML-模板

...的模板,然后將模板所需要的 data 傳入,如:<!-- index.html --> <template is="msgItem" data="{{...item}}"/> // index.js Page({ data: { item: { index: 0, msg: 'this is a template', time: '2016-09-15' } } }) 還可以動態(tài)決定具體需要渲染哪個(gè)模板:<template...

http://hgci.cn/microapp/microapp-h8k533kp.html

8182.字節(jié)跳動小程序開發(fā)組件文檔 rich-text

...類型 默認(rèn)值 說明 最低版本 nodes Array/String [ ] 節(jié)點(diǎn)列表 / HTML String 1.0.0 WARNING nodes 屬性推薦使用 Array 類型,由于組件會將 String 類型轉(zhuǎn)換為 Array 類型,因而性能會有所下降 示例 開發(fā)者工具中預(yù)覽 <rich-text nodes="{{nodes}}"></ri...

http://hgci.cn/microapp/microapp-ikwv33my.html

8183.api 文檔生成

...域名域名訪問Api文檔https://www.yourdomain.cn/static/apidoc/index.html

http://hgci.cn/doracms/doracms-oejt3512.html

8184.Mint UI 無限滾動指令-Infinite Scroll

...ort { InfiniteScroll } from 'mint-ui'; Vue.use(InfiniteScroll); 例子 為 HTML 元素添加 ?v-infinite-scroll? 指令即可使用無限滾動。滾動該元素,當(dāng)其底部與被滾動元素底部的距離小于給定的閾值(通過 ?infinite-scroll-distance? 設(shè)置)時(shí),綁定到 ...

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

8185.Mint UI 可滑動的單元格-Cell Swipe

...agebox('delete') } ]"></mt-cell-swipe> ?content? 可以是 ?HTML? 或者純文本。 API 參數(shù) 說明 類型 可選值 默認(rèn)值 icon 圖標(biāo) String back, more title 標(biāo)題 String to 跳轉(zhuǎn)鏈接 String value 內(nèi)容 * label 備注信息,顯示在標(biāo)題下方 String is-link 鏈接...

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

8186.字節(jié)跳動小程序流量主開通指南

...請查看開發(fā)文檔 http://hgci.cn/microapp/microapp-n59435xs.html 廣告類型 信息流廣告 大圖廣告(large) 樣式說明:屬信息流廣告,一般接入小程序大圖 feed 流中,跳轉(zhuǎn) H5 落地頁 視頻廣告(video) 樣式說明:屬信息流廣告,一般接入...

http://hgci.cn/microapp/microapp-knal35xr.html

8187.Pug 入門指南

...的數(shù)據(jù),很好! 這時(shí)返回的就是用您提供的數(shù)據(jù)渲染的 HTML 字符串了。這個(gè)編譯出來的函數(shù)可以被重復(fù)使用,也可以傳入不同的數(shù)據(jù)。//- template.pug p #{name}的 Pug 代碼! const pug = require('pug'); // 編譯這份代碼 const compiledFunction = pug...

http://hgci.cn/pugdoc/pugdoc-d9t1360p.html

8188.TTML-模板

...的模板,然后將模板所需要的 data 傳入,如:<!-- index.html --> <template is="msgItem" data="{{...item}}" />// index.js Page({ data: { item: { index: 0, msg: "this is a template", time: "2016-09-15" } } });還可以動態(tài)決定具體需要渲染哪個(gè)模板:<template...

http://hgci.cn/microapp/microapp-rm793619.html

8189.rich-text

...性名類型默認(rèn)值說明最低版本nodesArray/String[ ]節(jié)點(diǎn)列表 / HTML String1.0.0效果示例代碼示例<rich-text nodes="{{nodes}}"></rich-text>Page({ data: { nodes: [ { name: "div", attrs: { class: "div_class", style: "line-height: 60px; color: red;" }, children: [ { type: "t...

http://hgci.cn/microapp/microapp-t94p364b.html

8190.Nuxt.js head 方法

...ad 方法Nuxt.js 使用了 vue-meta 更新應(yīng)用的 頭部標(biāo)簽(Head) 和 html 屬性。類型: Object 或 Function使用 head 方法設(shè)置當(dāng)前頁面的頭部標(biāo)簽。在 head 方法里可通過 this 關(guān)鍵字來獲取組件的數(shù)據(jù),你可以利用頁面組件的數(shù)據(jù)來設(shè)置個(gè)性化的 m...

http://hgci.cn/nuxtjs/nuxtjs-4nk336gm.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

8181.字節(jié)跳動小程序開發(fā)框架 TTML-模板

...的模板,然后將模板所需要的 data 傳入,如:<!-- index.html --> <template is="msgItem" data="{{...item}}"/> // index.js Page({ data: { item: { index: 0, msg: 'this is a template', time: '2016-09-15' } } }) 還可以動態(tài)決定具體需要渲染哪個(gè)模板:<template...

http://hgci.cn/microapp/microapp-h8k533kp.html

8182.字節(jié)跳動小程序開發(fā)組件文檔 rich-text

...類型 默認(rèn)值 說明 最低版本 nodes Array/String [ ] 節(jié)點(diǎn)列表 / HTML String 1.0.0 WARNING nodes 屬性推薦使用 Array 類型,由于組件會將 String 類型轉(zhuǎn)換為 Array 類型,因而性能會有所下降 示例 開發(fā)者工具中預(yù)覽 <rich-text nodes="{{nodes}}"></ri...

http://hgci.cn/microapp/microapp-ikwv33my.html

8183.api 文檔生成

...域名域名訪問Api文檔https://www.yourdomain.cn/static/apidoc/index.html

http://hgci.cn/doracms/doracms-oejt3512.html

8184.Mint UI 無限滾動指令-Infinite Scroll

...ort { InfiniteScroll } from 'mint-ui'; Vue.use(InfiniteScroll); 例子 為 HTML 元素添加 ?v-infinite-scroll? 指令即可使用無限滾動。滾動該元素,當(dāng)其底部與被滾動元素底部的距離小于給定的閾值(通過 ?infinite-scroll-distance? 設(shè)置)時(shí),綁定到 ...

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

8185.Mint UI 可滑動的單元格-Cell Swipe

...agebox('delete') } ]"></mt-cell-swipe> ?content? 可以是 ?HTML? 或者純文本。 API 參數(shù) 說明 類型 可選值 默認(rèn)值 icon 圖標(biāo) String back, more title 標(biāo)題 String to 跳轉(zhuǎn)鏈接 String value 內(nèi)容 * label 備注信息,顯示在標(biāo)題下方 String is-link 鏈接...

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

8186.字節(jié)跳動小程序流量主開通指南

...請查看開發(fā)文檔 http://hgci.cn/microapp/microapp-n59435xs.html 廣告類型 信息流廣告 大圖廣告(large) 樣式說明:屬信息流廣告,一般接入小程序大圖 feed 流中,跳轉(zhuǎn) H5 落地頁 視頻廣告(video) 樣式說明:屬信息流廣告,一般接入...

http://hgci.cn/microapp/microapp-knal35xr.html

8187.Pug 入門指南

...的數(shù)據(jù),很好! 這時(shí)返回的就是用您提供的數(shù)據(jù)渲染的 HTML 字符串了。這個(gè)編譯出來的函數(shù)可以被重復(fù)使用,也可以傳入不同的數(shù)據(jù)。//- template.pug p #{name}的 Pug 代碼! const pug = require('pug'); // 編譯這份代碼 const compiledFunction = pug...

http://hgci.cn/pugdoc/pugdoc-d9t1360p.html

8188.TTML-模板

...的模板,然后將模板所需要的 data 傳入,如:<!-- index.html --> <template is="msgItem" data="{{...item}}" />// index.js Page({ data: { item: { index: 0, msg: "this is a template", time: "2016-09-15" } } });還可以動態(tài)決定具體需要渲染哪個(gè)模板:<template...

http://hgci.cn/microapp/microapp-rm793619.html

8189.rich-text

...性名類型默認(rèn)值說明最低版本nodesArray/String[ ]節(jié)點(diǎn)列表 / HTML String1.0.0效果示例代碼示例<rich-text nodes="{{nodes}}"></rich-text>Page({ data: { nodes: [ { name: "div", attrs: { class: "div_class", style: "line-height: 60px; color: red;" }, children: [ { type: "t...

http://hgci.cn/microapp/microapp-t94p364b.html

8190.Nuxt.js head 方法

...ad 方法Nuxt.js 使用了 vue-meta 更新應(yīng)用的 頭部標(biāo)簽(Head) 和 html 屬性。類型: Object 或 Function使用 head 方法設(shè)置當(dāng)前頁面的頭部標(biāo)簽。在 head 方法里可通過 this 關(guān)鍵字來獲取組件的數(shù)據(jù),你可以利用頁面組件的數(shù)據(jù)來設(shè)置個(gè)性化的 m...

http://hgci.cn/nuxtjs/nuxtjs-4nk336gm.html

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

w3cschool 建議您:

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

熱門課程