上一页 1 ··· 140 141 142 143 144 145 146 147 148 ··· 189 下一页
摘要: 一,安装用到的库 1,安装codemirror liuhongdi@lhdpc:/data/vue/axios$ npm install codemirror@5.65.5 --save added 1 package in 3s 2,查看已安装库的版本: liuhongdi@lhdpc:/data 阅读全文
posted @ 2022-07-11 18:24 刘宏缔的架构森林 阅读(2577) 评论(0) 推荐(0)
摘要: 一,js代码: <template> <div> <!--输入--> <div style="display: flex;flex-direction: column;"> <div style="margin-left: 20px;width:500px;"> <div style="width: 阅读全文
posted @ 2022-07-10 14:08 刘宏缔的架构森林 阅读(826) 评论(0) 推荐(0)
摘要: 一,安装clipboard.js 1,官网: https://clipboardjs.com/ 代码地址 https://github.com/zenorocha/clipboard.js 在npmjs的地址 https://www.npmjs.com/package/clipboard 2,安装 阅读全文
posted @ 2022-07-05 18:20 刘宏缔的架构森林 阅读(2238) 评论(0) 推荐(0)
摘要: 一,安装@element-plus/icons-vue 1,官网 https://element-plus.gitee.io/zh-CN/component/icon.html 2,安装 liuhongdi@lhdpc:/data/vue/axios$ npm install @element-pl 阅读全文
posted @ 2022-07-05 16:53 刘宏缔的架构森林 阅读(2556) 评论(0) 推荐(1)
摘要: 一,crypto-js相关地址 1,在npmjs的地址 https://www.npmjs.com/package/crypto-js 2,代码地址: https://github.com/brix/crypto-js 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.i 阅读全文
posted @ 2022-07-03 21:18 刘宏缔的架构森林 阅读(2905) 评论(0) 推荐(0)
摘要: 一,js代码: <template> <div> <div style="width:450px;margin: auto;text-align: center;font-size: 20px;color:#777777;padding-top: 10px;padding-bottom: 10px; 阅读全文
posted @ 2022-07-02 22:00 刘宏缔的架构森林 阅读(1785) 评论(0) 推荐(0)
摘要: 一,js代码 <template> <div> <div style="width:800px;display: flex;flex-direction: row;"> <el-input v-model="plainText" :rows="6" type="textarea" placehold 阅读全文
posted @ 2022-07-02 10:34 刘宏缔的架构森林 阅读(1926) 评论(0) 推荐(0)
摘要: 一,关于pinyin4j: 代码地址: https://github.com/belerweb/pinyin4j 在mvn的地址 https://mvnrepository.com/artifact/com.belerweb/pinyin4j/2.5.1 说明:刘宏缔的架构森林是一个专注架构的博客, 阅读全文
posted @ 2022-06-27 15:09 刘宏缔的架构森林 阅读(1568) 评论(0) 推荐(0)
摘要: 一,js代码: 1,选择国家或地区的component CountrySelect.vue <template> <div> <div class="selCountry" style="border: 1px solid #CCC;width: 250px;height:35px;"> <div 阅读全文
posted @ 2022-06-26 15:03 刘宏缔的架构森林 阅读(644) 评论(0) 推荐(0)
摘要: 一,js代码 1,Child.vue <template> <div style="background: #ffff00;"> <div>这是子组件</div> <div>参数default:{{defaultStr}},参数top:{{topStr}}</div> <div>变量:{{child 阅读全文
posted @ 2022-06-25 14:16 刘宏缔的架构森林 阅读(1046) 评论(0) 推荐(0)
上一页 1 ··· 140 141 142 143 144 145 146 147 148 ··· 189 下一页