App下載

詞條

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

91.Vue SSR 中文文檔

http://www.o2fo.com/vuessr/gdmi6fbhj5.html

92.Vue 3.0 Slot統(tǒng)一

## [#](#概覽)概覽 此更改統(tǒng)一了 3.x 中的普通 slot 和作用域 slot。 以下是變化的變更總結: - `this.$slots` 現(xiàn)在將 slots 作為函數(shù)公開 - **非兼容**:移除 `this.$scopedSlots` 更多信息,請繼續(xù)閱讀! ## [#](#_2-x-語法)2.x 語法 當使用渲染函數(shù)...

http://www.o2fo.com/vuejs3/vuejs3-2l7a3f3u.html

93.Vue 3.0 選項/資源

...令的哈希表。 - **參考**[自定義指令](http://www.o2fo.com/vuejs3/vuejs3-k8rw3f2o.html) ## [#](#components)components - **類型:**`Object` - **詳細:** 包含組件實例可用組件的哈希表。 - **參考** [Components](http://www.o2fo.com/vuejs3/vuejs3-pgsc3f26.html)

http://www.o2fo.com/vuejs3/vuejs3-h1uz3f5b.html

94.Vue EasyUI 樹

樹( Tree )在網(wǎng)頁中以樹形結構顯示分層數(shù)據(jù)。 樹( Tree )向用戶提供展開、折疊、拖拽、編輯和異步加載功能。 ##屬性列表 | 名稱 | 數(shù)據(jù)類型 | 作用描述 | 默認值 | | ---------- | ---------- | ---------- | :---------- : | | data | array | 要加...

http://www.o2fo.com/vueeasyui/vueeasyui-2o8937ne.html

95.Vue EasyUI 分頁

分頁( Pagination )允許用戶通過反野導航數(shù)據(jù)。 分頁( Pagination )支持頁面導航和頁面長度選擇的可配置選項。 分頁( Pagination )可在右側添加自定義按鈕增強功能性。 ##屬性列表 | 名稱 | 數(shù)據(jù)類型 | 作用描述 | 默認值 | | -----...

http://www.o2fo.com/vueeasyui/vueeasyui-9lwo37mn.html

96.在 Vue 3 和 Vite 安裝 Tailwind CSS

...nfig.js module.exports = { purge: [], purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [], } 在您的 CSS 中引入 Tailwind 創(chuàng)建 ?./src/index.css? 文件 并使用 ?@tailwind? ...

http://www.o2fo.com/tailwind_css/tailwind_css-izj53p90.html

97.Vue 3.0 渲染函數(shù)API

...` 函數(shù) (它是 `createElement` 的常規(guī)別名) 作為參數(shù): ```js // Vue 2 渲染函數(shù)示例 export default { render(h) { return h('div') } } ``` ### [#](l#_3-x-語法)3.x 語法 在 3.x 中,`h` 現(xiàn)在是全局導入的,而不是作為參數(shù)自動傳遞。 ```js // Vue 3 渲染函數(shù)示...

http://www.o2fo.com/vuejs3/vuejs3-lmp33f3t.html

98.Vue 3.0 標準

萬維網(wǎng)聯(lián)盟 (W3C) 網(wǎng)絡可訪問性倡議 (WAI) 為不同的組件制定了 Web 可訪問性標準: - 用戶代理無障礙指南 (UAAG) - 網(wǎng)絡瀏覽器和媒體播放器,包括一些輔助技術 - 創(chuàng)作工具輔助功能指南 (ATAG) - 創(chuàng)作工具 - 網(wǎng)絡內(nèi)容無障礙指南 (WCAG) -...

http://www.o2fo.com/vuejs3/vuejs3-5fx63f39.html

99.Vue EasyUI 搜索框

搜索框( SearchBox )用于提示用戶輸入搜索值。它可以結合一個菜單,允許用戶選擇不同的搜索類別。當用戶按下 ENTER 鍵或者點擊組件右側的搜索按鈕時,搜索動作將被執(zhí)行。 ##屬性列表 | 名稱 | 數(shù)據(jù)類型 | 作用描述 | 默認值 | ...

http://www.o2fo.com/vueeasyui/vueeasyui-gcr437nm.html

100.Vue.js 2.0 單元測試

...} </script>當測試的組件時,所要做的就是導入對象和 Vue 然后使用許多常見的斷言:// 導入 Vue.js 和組件,進行測試 import Vue from 'vue' import MyComponent from 'path/to/MyComponent.vue' // 這里是一些 Jasmine 2.0 的測試,你也可以使用你喜歡...

http://www.o2fo.com/vuejs2/unit-testing.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關的教程

w3cschool 建議您:

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

91.Vue SSR 中文文檔

http://www.o2fo.com/vuessr/gdmi6fbhj5.html

92.Vue 3.0 Slot統(tǒng)一

## [#](#概覽)概覽 此更改統(tǒng)一了 3.x 中的普通 slot 和作用域 slot。 以下是變化的變更總結: - `this.$slots` 現(xiàn)在將 slots 作為函數(shù)公開 - **非兼容**:移除 `this.$scopedSlots` 更多信息,請繼續(xù)閱讀! ## [#](#_2-x-語法)2.x 語法 當使用渲染函數(shù)...

http://www.o2fo.com/vuejs3/vuejs3-2l7a3f3u.html

93.Vue 3.0 選項/資源

...令的哈希表。 - **參考**[自定義指令](http://www.o2fo.com/vuejs3/vuejs3-k8rw3f2o.html) ## [#](#components)components - **類型:**`Object` - **詳細:** 包含組件實例可用組件的哈希表。 - **參考** [Components](http://www.o2fo.com/vuejs3/vuejs3-pgsc3f26.html)

http://www.o2fo.com/vuejs3/vuejs3-h1uz3f5b.html

94.Vue EasyUI 樹

樹( Tree )在網(wǎng)頁中以樹形結構顯示分層數(shù)據(jù)。 樹( Tree )向用戶提供展開、折疊、拖拽、編輯和異步加載功能。 ##屬性列表 | 名稱 | 數(shù)據(jù)類型 | 作用描述 | 默認值 | | ---------- | ---------- | ---------- | :---------- : | | data | array | 要加...

http://www.o2fo.com/vueeasyui/vueeasyui-2o8937ne.html

95.Vue EasyUI 分頁

分頁( Pagination )允許用戶通過反野導航數(shù)據(jù)。 分頁( Pagination )支持頁面導航和頁面長度選擇的可配置選項。 分頁( Pagination )可在右側添加自定義按鈕增強功能性。 ##屬性列表 | 名稱 | 數(shù)據(jù)類型 | 作用描述 | 默認值 | | -----...

http://www.o2fo.com/vueeasyui/vueeasyui-9lwo37mn.html

96.在 Vue 3 和 Vite 安裝 Tailwind CSS

...nfig.js module.exports = { purge: [], purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [], } 在您的 CSS 中引入 Tailwind 創(chuàng)建 ?./src/index.css? 文件 并使用 ?@tailwind? ...

http://www.o2fo.com/tailwind_css/tailwind_css-izj53p90.html

97.Vue 3.0 渲染函數(shù)API

...` 函數(shù) (它是 `createElement` 的常規(guī)別名) 作為參數(shù): ```js // Vue 2 渲染函數(shù)示例 export default { render(h) { return h('div') } } ``` ### [#](l#_3-x-語法)3.x 語法 在 3.x 中,`h` 現(xiàn)在是全局導入的,而不是作為參數(shù)自動傳遞。 ```js // Vue 3 渲染函數(shù)示...

http://www.o2fo.com/vuejs3/vuejs3-lmp33f3t.html

98.Vue 3.0 標準

萬維網(wǎng)聯(lián)盟 (W3C) 網(wǎng)絡可訪問性倡議 (WAI) 為不同的組件制定了 Web 可訪問性標準: - 用戶代理無障礙指南 (UAAG) - 網(wǎng)絡瀏覽器和媒體播放器,包括一些輔助技術 - 創(chuàng)作工具輔助功能指南 (ATAG) - 創(chuàng)作工具 - 網(wǎng)絡內(nèi)容無障礙指南 (WCAG) -...

http://www.o2fo.com/vuejs3/vuejs3-5fx63f39.html

99.Vue EasyUI 搜索框

搜索框( SearchBox )用于提示用戶輸入搜索值。它可以結合一個菜單,允許用戶選擇不同的搜索類別。當用戶按下 ENTER 鍵或者點擊組件右側的搜索按鈕時,搜索動作將被執(zhí)行。 ##屬性列表 | 名稱 | 數(shù)據(jù)類型 | 作用描述 | 默認值 | ...

http://www.o2fo.com/vueeasyui/vueeasyui-gcr437nm.html

100.Vue.js 2.0 單元測試

...} </script>當測試的組件時,所要做的就是導入對象和 Vue 然后使用許多常見的斷言:// 導入 Vue.js 和組件,進行測試 import Vue from 'vue' import MyComponent from 'path/to/MyComponent.vue' // 這里是一些 Jasmine 2.0 的測試,你也可以使用你喜歡...

http://www.o2fo.com/vuejs2/unit-testing.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

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

熱門課程