App下載

詞條

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

511.Nuxt.js render 屬性

...的運(yùn)行時(shí)選項(xiàng)bundleRenderer類型: Object使用此選項(xiàng)可自定義vue SSR渲染器。spa模式會(huì)跳過(guò)此選項(xiàng)。export default { render: { bundleRenderer: { directives: { custom1 (el, dir) { // something ... } } } } }了解有關(guān)Vue SSR API參考的可用選項(xiàng)的更多信息。建議不...

http://www.o2fo.com/nuxtjs/nuxtjs-9xgj36hu.html

512.Windi CSS Rollup

...取實(shí)用程序用法。默認(rèn)情況下,僅包含 src/ 下擴(kuò)展名為 vue、html、mdx、pug、jsx、tsx 的文件。如果要啟用掃描其他文件類型的位置,可以通過(guò)以下方式配置:?rollup.config.js?export default { plugins: [ WindiCSS({ scan: { dirs: ['.'], // all files i...

http://www.o2fo.com/hixdf/hixdf-n3tx3qfm.html

513.Vant3 CountDown 倒計(jì)時(shí)

...件,更多注冊(cè)方式請(qǐng)參考組件注冊(cè)。import { createApp } from 'vue'; import { CountDown } from 'vant'; const app = createApp(); app.use(CountDown); 代碼演示 基礎(chǔ)用法 time 屬性表示倒計(jì)時(shí)總時(shí)長(zhǎng),單位為毫秒。<van-count-down :time="time" /> import { ref } from ...

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

514.Vant3 ContactCard 聯(lián)系人卡片

...件,更多注冊(cè)方式請(qǐng)參考組件注冊(cè)。import { createApp } from 'vue'; import { ContactCard } from 'vant'; const app = createApp(); app.use(ContactCard); 代碼演示 添加聯(lián)系人<van-contact-card type="add" @click="onAdd" /> import { Toast } from 'vant'; export default { setup() ...

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

515.Vant4 CountDown 倒計(jì)時(shí)

...件,更多注冊(cè)方式請(qǐng)參考組件注冊(cè)。import { createApp } from 'vue'; import { CountDown } from 'vant'; const app = createApp(); app.use(CountDown); 代碼演示 基礎(chǔ)用法 ?time? 屬性表示倒計(jì)時(shí)總時(shí)長(zhǎng),單位為毫秒。<van-count-down :time="time" /> import { ref }...

http://www.o2fo.com/pcauz/pcauz-up7x3qhh.html

516.Windi CSS 視覺(jué)分析儀

...ss/helpers' export default defineConfig({ extract: { include: [ 'src/**/*.{vue,jsx,tsx,svelte}', 'shared/**/*.{vue,ts}', ], }, }) 我可以將該報(bào)告用于其他工具嗎?是的。您可以通過(guò) CLI 獲取原始 JSON 文件npx windicss-analysis --json report.json 并根據(jù)需要進(jìn)行處理。 ...

http://www.o2fo.com/hixdf/hixdf-qxkb3qfi.html

517.ElementPlus 內(nèi)置過(guò)渡動(dòng)畫

...se 展開(kāi)折疊 import { ElCollapseTransition } from 'element-plus' import Vue from 'vue' Vue.component(ElCollapseTransition.name, ElCollapseTransition)

http://www.o2fo.com/vue_elementplus/transition.html

518.Pinia 不使用 `setup()` 的用法

...即使你沒(méi)有使用組合式 API,也可以使用 Pinia(如果你使用 Vue 2,你仍然需要安裝 `@vue/composition-api` 插件)。雖然我們推薦你試著學(xué)習(xí)一下組合式 API,但對(duì)你和你的團(tuán)隊(duì)來(lái)說(shuō)目前可能還不是時(shí)候,你可能正在遷移一個(gè)應(yīng)用,或者有...

http://www.o2fo.com/pinia/usage-of-pinia-not-using-setup.html

519.為你的開(kāi)源項(xiàng)目募資

...https://opencollective.com/webpack) 從公司和個(gè)人來(lái)籌集資金 - **[Vue _blank](https://github.com/vuejs/vue),** 由 [@yyx990803 _blank](https://github.com/yyx990803) 創(chuàng)建,[通過(guò) Patreon _blank](https://github.com/open-source/stories/yyx990803) 獲得資助 - **[Ruby Together _blank](htt...

http://www.o2fo.com/opensourceguide/opensourceguide-sekr3br7.html

520.Element UI 內(nèi)置過(guò)渡動(dòng)畫

...seTransition from 'element-ui/lib/transitions/collapse-transition'; import Vue from 'vue' Vue.component(CollapseTransition.name, CollapseTransition)

http://www.o2fo.com/element_ui/element_ui-wbsr3ro1.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

511.Nuxt.js render 屬性

...的運(yùn)行時(shí)選項(xiàng)bundleRenderer類型: Object使用此選項(xiàng)可自定義vue SSR渲染器。spa模式會(huì)跳過(guò)此選項(xiàng)。export default { render: { bundleRenderer: { directives: { custom1 (el, dir) { // something ... } } } } }了解有關(guān)Vue SSR API參考的可用選項(xiàng)的更多信息。建議不...

http://www.o2fo.com/nuxtjs/nuxtjs-9xgj36hu.html

512.Windi CSS Rollup

...取實(shí)用程序用法。默認(rèn)情況下,僅包含 src/ 下擴(kuò)展名為 vue、html、mdx、pug、jsx、tsx 的文件。如果要啟用掃描其他文件類型的位置,可以通過(guò)以下方式配置:?rollup.config.js?export default { plugins: [ WindiCSS({ scan: { dirs: ['.'], // all files i...

http://www.o2fo.com/hixdf/hixdf-n3tx3qfm.html

513.Vant3 CountDown 倒計(jì)時(shí)

...件,更多注冊(cè)方式請(qǐng)參考組件注冊(cè)。import { createApp } from 'vue'; import { CountDown } from 'vant'; const app = createApp(); app.use(CountDown); 代碼演示 基礎(chǔ)用法 time 屬性表示倒計(jì)時(shí)總時(shí)長(zhǎng),單位為毫秒。<van-count-down :time="time" /> import { ref } from ...

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

514.Vant3 ContactCard 聯(lián)系人卡片

...件,更多注冊(cè)方式請(qǐng)參考組件注冊(cè)。import { createApp } from 'vue'; import { ContactCard } from 'vant'; const app = createApp(); app.use(ContactCard); 代碼演示 添加聯(lián)系人<van-contact-card type="add" @click="onAdd" /> import { Toast } from 'vant'; export default { setup() ...

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

515.Vant4 CountDown 倒計(jì)時(shí)

...件,更多注冊(cè)方式請(qǐng)參考組件注冊(cè)。import { createApp } from 'vue'; import { CountDown } from 'vant'; const app = createApp(); app.use(CountDown); 代碼演示 基礎(chǔ)用法 ?time? 屬性表示倒計(jì)時(shí)總時(shí)長(zhǎng),單位為毫秒。<van-count-down :time="time" /> import { ref }...

http://www.o2fo.com/pcauz/pcauz-up7x3qhh.html

516.Windi CSS 視覺(jué)分析儀

...ss/helpers' export default defineConfig({ extract: { include: [ 'src/**/*.{vue,jsx,tsx,svelte}', 'shared/**/*.{vue,ts}', ], }, }) 我可以將該報(bào)告用于其他工具嗎?是的。您可以通過(guò) CLI 獲取原始 JSON 文件npx windicss-analysis --json report.json 并根據(jù)需要進(jìn)行處理。 ...

http://www.o2fo.com/hixdf/hixdf-qxkb3qfi.html

517.ElementPlus 內(nèi)置過(guò)渡動(dòng)畫

...se 展開(kāi)折疊 import { ElCollapseTransition } from 'element-plus' import Vue from 'vue' Vue.component(ElCollapseTransition.name, ElCollapseTransition)

http://www.o2fo.com/vue_elementplus/transition.html

518.Pinia 不使用 `setup()` 的用法

...即使你沒(méi)有使用組合式 API,也可以使用 Pinia(如果你使用 Vue 2,你仍然需要安裝 `@vue/composition-api` 插件)。雖然我們推薦你試著學(xué)習(xí)一下組合式 API,但對(duì)你和你的團(tuán)隊(duì)來(lái)說(shuō)目前可能還不是時(shí)候,你可能正在遷移一個(gè)應(yīng)用,或者有...

http://www.o2fo.com/pinia/usage-of-pinia-not-using-setup.html

519.為你的開(kāi)源項(xiàng)目募資

...https://opencollective.com/webpack) 從公司和個(gè)人來(lái)籌集資金 - **[Vue _blank](https://github.com/vuejs/vue),** 由 [@yyx990803 _blank](https://github.com/yyx990803) 創(chuàng)建,[通過(guò) Patreon _blank](https://github.com/open-source/stories/yyx990803) 獲得資助 - **[Ruby Together _blank](htt...

http://www.o2fo.com/opensourceguide/opensourceguide-sekr3br7.html

520.Element UI 內(nèi)置過(guò)渡動(dòng)畫

...seTransition from 'element-ui/lib/transitions/collapse-transition'; import Vue from 'vue' Vue.component(CollapseTransition.name, CollapseTransition)

http://www.o2fo.com/element_ui/element_ui-wbsr3ro1.html

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

w3cschool 建議您:

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

熱門課程