App下載

詞條

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

271.Nuxt.js transition 屬性

transition 屬性Nuxt.js 使用 Vue.js 的組件來實(shí)現(xiàn)路由切換時(shí)的過渡動(dòng)效。類型: String 或 Object 或 Function如果想給某個(gè)頁面自定義過渡特效的話,只要在該頁面組件中配置 transition 字段即可:export default { // 可以是字符 transition: '' // ...

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

272.Vant4 風(fēng)格指南

...,請(qǐng)遵守約定的單文件組件風(fēng)格指南,指南內(nèi)容節(jié)選自 Vue 官方風(fēng)格指南。 組件數(shù)據(jù) 組件的 data 必須是一個(gè)函數(shù)。// bad export default { data: { foo: 'bar', }, }; // good export default { data() { return { foo: 'bar', }; }, }; 單文件組件文件名稱 單文...

http://o2fo.com/pcauz/pcauz-5rws3qg7.html

273.Vant3 快速上手

...使用 Vant 時(shí),可以通過 ?npm ?或 ?yarn ?進(jìn)行安裝:# Vue 2 項(xiàng)目,安裝 Vant 2: npm i vant -S # Vue 3 項(xiàng)目,安裝 Vant 3: npm i vant@next -S 通過 CDN 安裝使用 Vant 最簡單的方法是直接在 html 文件中引入 CDN 鏈接,之后你可以通過全局變量 ...

http://o2fo.com/vant3/quick-start.html

274.Vant3 風(fēng)格指南

...,請(qǐng)遵守約定的單文件組件風(fēng)格指南,指南內(nèi)容節(jié)選自 Vue 官方風(fēng)格指南。組件數(shù)據(jù)組件的 data 必須是一個(gè)函數(shù)。// bad export default { data: { foo: 'bar', }, }; // good export default { data() { return { foo: 'bar', }; }, }; 單文件組件文件名稱單文件...

http://o2fo.com/vant3/style-guide.html

275.Vant 風(fēng)格指南

...,請(qǐng)遵守約定的單文件組件風(fēng)格指南,指南內(nèi)容節(jié)選自 Vue 官方風(fēng)格指南。組件數(shù)據(jù)組件的 data 必須是一個(gè)函數(shù)。// bad export default { data: { foo: 'bar' } } // good export default { data () { return { foo: 'bar' } } } 單文件組件文件名稱單文件組件...

http://o2fo.com/vantlesson/vantlesson-axz635uw.html

276.UI 本地化

...新的地區(qū)獲取語言代碼。例如:'fr'。搜索 npm 確認(rèn)名為 vue-cli-locale-<language code> 的包是否已經(jīng)存在。如果存在,則請(qǐng)通過 PR 為它貢獻(xiàn)!如果沒找到,則創(chuàng)建一個(gè)新的名為 vue-cli-locale-<language code> 的地區(qū)的包。例如:vue-cli...

http://o2fo.com/vue3course/vue3course-7ta3364n.html

277.Vant4 介紹

...的移動(dòng)端組件庫,于 2017 年開源。 目前 Vant 官方提供了 Vue 2 版本、Vue 3 版本和微信小程序版本,并由社區(qū)團(tuán)隊(duì)維護(hù) React 版本和支付寶小程序版本。 特性 [[EMOJI:%F0%9F%9A%80]] 性能極佳,組件平均體積小于 1KB(min+gzip) [[EMOJI:%F0%9F%...

http://o2fo.com/pcauz/pcauz-h6nz3qfx.html

278.ModuleFederationPlugin

...examplesmodule.exports = { plugins: [ new ModuleFederationPlugin({ // adds vue as shared module // version is inferred from package.json // it will always use the shared version, but print a warning when the shared vue is < 2.6.5 or >= 3 shared: { vue: { requiredVersion: '^2.6.5', singleton: t...

http://o2fo.com/webpack/modulefederationplugin.html

279.uni-app 使用Weex/nvue的注意事項(xiàng)

...原生渲染引擎,提供了原生渲染能力。在App端,如果使用vue頁面,則使用webview渲染;如果使用nvue頁面(native vue的縮寫),則使用原生渲染。一個(gè)App中可以同時(shí)使用兩種頁面,比如首頁使用nvue,二級(jí)頁使用vue頁面,hello uni-app示例...

http://o2fo.com/uni_app/uni_app-vwqn370o.html

280.ElementPlus 快速上手

使用組件 完整引入所有組件 主文件import { createApp } from 'vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' import App from './App.vue' const app = createApp(App) app.use(ElementPlus) app.mount('#app') 按需引入組件 ElementPlus的 JS 代碼默認(rèn)...

http://o2fo.com/vue_elementplus/quickstart.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

271.Nuxt.js transition 屬性

transition 屬性Nuxt.js 使用 Vue.js 的組件來實(shí)現(xiàn)路由切換時(shí)的過渡動(dòng)效。類型: String 或 Object 或 Function如果想給某個(gè)頁面自定義過渡特效的話,只要在該頁面組件中配置 transition 字段即可:export default { // 可以是字符 transition: '' // ...

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

272.Vant4 風(fēng)格指南

...,請(qǐng)遵守約定的單文件組件風(fēng)格指南,指南內(nèi)容節(jié)選自 Vue 官方風(fēng)格指南。 組件數(shù)據(jù) 組件的 data 必須是一個(gè)函數(shù)。// bad export default { data: { foo: 'bar', }, }; // good export default { data() { return { foo: 'bar', }; }, }; 單文件組件文件名稱 單文...

http://o2fo.com/pcauz/pcauz-5rws3qg7.html

273.Vant3 快速上手

...使用 Vant 時(shí),可以通過 ?npm ?或 ?yarn ?進(jìn)行安裝:# Vue 2 項(xiàng)目,安裝 Vant 2: npm i vant -S # Vue 3 項(xiàng)目,安裝 Vant 3: npm i vant@next -S 通過 CDN 安裝使用 Vant 最簡單的方法是直接在 html 文件中引入 CDN 鏈接,之后你可以通過全局變量 ...

http://o2fo.com/vant3/quick-start.html

274.Vant3 風(fēng)格指南

...,請(qǐng)遵守約定的單文件組件風(fēng)格指南,指南內(nèi)容節(jié)選自 Vue 官方風(fēng)格指南。組件數(shù)據(jù)組件的 data 必須是一個(gè)函數(shù)。// bad export default { data: { foo: 'bar', }, }; // good export default { data() { return { foo: 'bar', }; }, }; 單文件組件文件名稱單文件...

http://o2fo.com/vant3/style-guide.html

275.Vant 風(fēng)格指南

...,請(qǐng)遵守約定的單文件組件風(fēng)格指南,指南內(nèi)容節(jié)選自 Vue 官方風(fēng)格指南。組件數(shù)據(jù)組件的 data 必須是一個(gè)函數(shù)。// bad export default { data: { foo: 'bar' } } // good export default { data () { return { foo: 'bar' } } } 單文件組件文件名稱單文件組件...

http://o2fo.com/vantlesson/vantlesson-axz635uw.html

276.UI 本地化

...新的地區(qū)獲取語言代碼。例如:'fr'。搜索 npm 確認(rèn)名為 vue-cli-locale-<language code> 的包是否已經(jīng)存在。如果存在,則請(qǐng)通過 PR 為它貢獻(xiàn)!如果沒找到,則創(chuàng)建一個(gè)新的名為 vue-cli-locale-<language code> 的地區(qū)的包。例如:vue-cli...

http://o2fo.com/vue3course/vue3course-7ta3364n.html

277.Vant4 介紹

...的移動(dòng)端組件庫,于 2017 年開源。 目前 Vant 官方提供了 Vue 2 版本、Vue 3 版本和微信小程序版本,并由社區(qū)團(tuán)隊(duì)維護(hù) React 版本和支付寶小程序版本。 特性 [[EMOJI:%F0%9F%9A%80]] 性能極佳,組件平均體積小于 1KB(min+gzip) [[EMOJI:%F0%9F%...

http://o2fo.com/pcauz/pcauz-h6nz3qfx.html

278.ModuleFederationPlugin

...examplesmodule.exports = { plugins: [ new ModuleFederationPlugin({ // adds vue as shared module // version is inferred from package.json // it will always use the shared version, but print a warning when the shared vue is < 2.6.5 or >= 3 shared: { vue: { requiredVersion: '^2.6.5', singleton: t...

http://o2fo.com/webpack/modulefederationplugin.html

279.uni-app 使用Weex/nvue的注意事項(xiàng)

...原生渲染引擎,提供了原生渲染能力。在App端,如果使用vue頁面,則使用webview渲染;如果使用nvue頁面(native vue的縮寫),則使用原生渲染。一個(gè)App中可以同時(shí)使用兩種頁面,比如首頁使用nvue,二級(jí)頁使用vue頁面,hello uni-app示例...

http://o2fo.com/uni_app/uni_app-vwqn370o.html

280.ElementPlus 快速上手

使用組件 完整引入所有組件 主文件import { createApp } from 'vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' import App from './App.vue' const app = createApp(App) app.use(ElementPlus) app.mount('#app') 按需引入組件 ElementPlus的 JS 代碼默認(rèn)...

http://o2fo.com/vue_elementplus/quickstart.html

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

w3cschool 建議您:

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

熱門課程