vue
龙之吻
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
uniapp 动态绑定样式
定义一个组件 <template> <view> <!-- 动态绑定 --> <view class="line" :style="{'background':lineColor}"> </view> </view> </template> <script> /* 接收外边的数据使用这个方法props */ export default { props:{ "lineColor"原创 2020-05-28 15:59:41 · 13453 阅读 · 1 评论 -
mac atom vue 手动插件地址
atom-vue2-autocomplete 地址:https://github.com/ealves-pt/atom-vue2-autocomplete.git atom-vue-autocomplete: 地址:https://github.com/ealves-pt/atom-vue-autocomplete.git language-vue: 地址:https://github.com/h...原创 2019-02-02 14:48:47 · 493 阅读 · 0 评论 -
删除cnpm
sudo npm uninstall cnpm -g原创 2019-02-13 16:03:06 · 1145 阅读 · 0 评论 -
sudo npm install -g @vue/cli 出错
npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead npm ERR! path /usr/local/bin/vue npm ERR! code EEXIST npm ERR! Refusing to delete /usr/loc...原创 2019-02-13 17:43:36 · 3863 阅读 · 0 评论
分享