App下載

詞條

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

441.Vant3 Slider 滑塊

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Slider } from 'vant'; const app = createApp(); app.use(Slider); 代碼演示 基礎(chǔ)用法 <van-slider v-model="value" @change="onChange" /> import { ref } from 'vue'; import { Toast } from 'vant'; export ...

http://m.hgci.cn/vant3/slider.html

442.Vant4 Slider 滑塊

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Slider } from 'vant'; const app = createApp(); app.use(Slider); 代碼演示 基礎(chǔ)用法<van-slider v-model="value" @change="onChange" /> import { ref } from 'vue'; import { showToast } from 'vant'; expo...

http://m.hgci.cn/pcauz/pcauz-w1ov3qgy.html

443.Vant3 進階用法

... Vant 組件。import { Button } from 'vant'; import { createApp } from 'vue'; const app = createApp(); // 方式一. 通過 app.use 注冊 // 注冊完成后,在模板中通過 <van-button> 或 <VanButton> 標簽來使用按鈕組件 app.use(Button); // 方式二. 通過 app.component...

http://m.hgci.cn/vant3/advanced-usage.html

444.Vite 構(gòu)建生產(chǎn)版本

...將那些你不想打包進庫的依賴進行外部化處理,例如 ?vue ?或 ?react?:// vite.config.js const path = require('path') const { defineConfig } = require('vite') module.exports = defineConfig({ build: { lib: { entry: path.resolve(__dirname, 'lib/main.js'), name: 'MyLib', file...

http://m.hgci.cn/vitejs/vitejs-gs5y3lu7.html

445.Vant4 ShareSheet 分享面板

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { ShareSheet } from 'vant'; const app = createApp(); app.use(ShareSheet); 代碼演示 基礎(chǔ)用法 分享面板通過 ?options? 屬性來定義分享選項,數(shù)組的每一項是一個對象,對象格式...

http://m.hgci.cn/pcauz/pcauz-jbuo3qhb.html

446.Vant3 List 列表

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { List } from 'vant'; const app = createApp(); app.use(List); 代碼演示 基礎(chǔ)用法 List 組件通過 loading 和 finished 兩個變量控制加載狀態(tài),當組件滾動到底部時,會觸發(fā) load 事件...

http://m.hgci.cn/vant3/list.html

447.Vant PullRefresh 下拉刷新

引入import Vue from 'vue'; import { PullRefresh } from 'vant'; Vue.use(PullRefresh); 代碼演示基礎(chǔ)用法下拉刷新時會觸發(fā) refresh 事件,在事件的回調(diào)函數(shù)中可以進行同步或異步操作,操作完成后將 v-model 設(shè)置為 false,表示加載完成。<van-pull-refre...

http://m.hgci.cn/vantlesson/vantlesson-3dwj35vs.html

448.ElementPlus 自定義主題

...件即可(無需引入 Element Plus 編譯好的 CSS 文件):import Vue from 'vue' import ElementPlus from 'element-plus' import './element-variables.scss' import App from './App.vue'; const app = createApp(App) app.use(ElementPlus) 需要注意的是,覆蓋字體路徑變量是必需的,...

http://m.hgci.cn/vue_elementplus/custom-theme.html

449.Vant AddressEdit 地址編輯

引入import Vue from 'vue'; import { AddressEdit } from 'vant'; Vue.use(AddressEdit); 代碼演示基礎(chǔ)用法<van-address-edit :area-list="areaList" show-postal show-delete show-set-default show-search-result :search-result="searchResult" :area-columns-placeholder="['請選擇', '請選擇', '...

http://m.hgci.cn/vantlesson/vantlesson-sm7b35wl.html

450.JeeSpringCloud-企業(yè)版

...和表單、redis高速緩存對接代碼、圖表統(tǒng)計、地圖統(tǒng)計、vue.js)、dubbo、springCloud、SpringBoot、mybatis、springmvc、IOC、AOP、定時任務(wù)、切面緩存、MVC、事務(wù)管理、模塊化。 代碼生成前端控件包括單行文本、富文本、下拉選項、復選框...

http://m.hgci.cn/jeespringcloud/jeespringcloud-5zgr31lm.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

441.Vant3 Slider 滑塊

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Slider } from 'vant'; const app = createApp(); app.use(Slider); 代碼演示 基礎(chǔ)用法 <van-slider v-model="value" @change="onChange" /> import { ref } from 'vue'; import { Toast } from 'vant'; export ...

http://m.hgci.cn/vant3/slider.html

442.Vant4 Slider 滑塊

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { Slider } from 'vant'; const app = createApp(); app.use(Slider); 代碼演示 基礎(chǔ)用法<van-slider v-model="value" @change="onChange" /> import { ref } from 'vue'; import { showToast } from 'vant'; expo...

http://m.hgci.cn/pcauz/pcauz-w1ov3qgy.html

443.Vant3 進階用法

... Vant 組件。import { Button } from 'vant'; import { createApp } from 'vue'; const app = createApp(); // 方式一. 通過 app.use 注冊 // 注冊完成后,在模板中通過 <van-button> 或 <VanButton> 標簽來使用按鈕組件 app.use(Button); // 方式二. 通過 app.component...

http://m.hgci.cn/vant3/advanced-usage.html

444.Vite 構(gòu)建生產(chǎn)版本

...將那些你不想打包進庫的依賴進行外部化處理,例如 ?vue ?或 ?react?:// vite.config.js const path = require('path') const { defineConfig } = require('vite') module.exports = defineConfig({ build: { lib: { entry: path.resolve(__dirname, 'lib/main.js'), name: 'MyLib', file...

http://m.hgci.cn/vitejs/vitejs-gs5y3lu7.html

445.Vant4 ShareSheet 分享面板

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { ShareSheet } from 'vant'; const app = createApp(); app.use(ShareSheet); 代碼演示 基礎(chǔ)用法 分享面板通過 ?options? 屬性來定義分享選項,數(shù)組的每一項是一個對象,對象格式...

http://m.hgci.cn/pcauz/pcauz-jbuo3qhb.html

446.Vant3 List 列表

...件,更多注冊方式請參考組件注冊。import { createApp } from 'vue'; import { List } from 'vant'; const app = createApp(); app.use(List); 代碼演示 基礎(chǔ)用法 List 組件通過 loading 和 finished 兩個變量控制加載狀態(tài),當組件滾動到底部時,會觸發(fā) load 事件...

http://m.hgci.cn/vant3/list.html

447.Vant PullRefresh 下拉刷新

引入import Vue from 'vue'; import { PullRefresh } from 'vant'; Vue.use(PullRefresh); 代碼演示基礎(chǔ)用法下拉刷新時會觸發(fā) refresh 事件,在事件的回調(diào)函數(shù)中可以進行同步或異步操作,操作完成后將 v-model 設(shè)置為 false,表示加載完成。<van-pull-refre...

http://m.hgci.cn/vantlesson/vantlesson-3dwj35vs.html

448.ElementPlus 自定義主題

...件即可(無需引入 Element Plus 編譯好的 CSS 文件):import Vue from 'vue' import ElementPlus from 'element-plus' import './element-variables.scss' import App from './App.vue'; const app = createApp(App) app.use(ElementPlus) 需要注意的是,覆蓋字體路徑變量是必需的,...

http://m.hgci.cn/vue_elementplus/custom-theme.html

449.Vant AddressEdit 地址編輯

引入import Vue from 'vue'; import { AddressEdit } from 'vant'; Vue.use(AddressEdit); 代碼演示基礎(chǔ)用法<van-address-edit :area-list="areaList" show-postal show-delete show-set-default show-search-result :search-result="searchResult" :area-columns-placeholder="['請選擇', '請選擇', '...

http://m.hgci.cn/vantlesson/vantlesson-sm7b35wl.html

450.JeeSpringCloud-企業(yè)版

...和表單、redis高速緩存對接代碼、圖表統(tǒng)計、地圖統(tǒng)計、vue.js)、dubbo、springCloud、SpringBoot、mybatis、springmvc、IOC、AOP、定時任務(wù)、切面緩存、MVC、事務(wù)管理、模塊化。 代碼生成前端控件包括單行文本、富文本、下拉選項、復選框...

http://m.hgci.cn/jeespringcloud/jeespringcloud-5zgr31lm.html

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

w3cschool 建議您:

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

熱門課程