-
因为我的项目只要用到部分beauty组件,所以不想全部导入增加web加载时间
按照官网教程导入alert组件
`import { alert } from 'vue-beauty';`
`console.log('debug:',alert);`
`Vue.use(alert);`
但是console输出如下:
![image](https://cloud.githubuserco…
-
````javascript
/Users/yuri/work/vue-beauty/node_modules/transliteration/data/index.js:1
(function (exports, require, module, __filename, __dirname) { import charmap from './charmap.json';
…
-
I tried to use recently added `v-layout` code. `v-layout`, `v-header`, `v-content` and `v-footer` works fine however, I was unable to use `v-slider`.
When I tried to use `v-slider` it threw error.…
-
VUE + VUEX + FIREBASE + BULMA … 实现的 SPA SSR项目
https://github.com/beauty-enjoy/beauty
netpi updated
7 years ago
-
While trying to validate a `v-form` element, `this.$refs` is an empty object. Here is the code of my vue file -
```
…
-
Roadmap proposal for the future riot major release:
(__this list just a draft and it's going to grow__)
- [ ] Complete rewrite of the compiler simplifying the sourcecode allowing also sourcemaps
…
-
例如说发布一个支持这样的版本号?
```
npm i -S vue-beauty@next
```
-
https://fe-driver.github.io/vue-beauty/#!/components/radio
文档写的选项用 radios: [{text, name}] 传入,实际是用 data: [{text, value}] 传入
-
[This file](https://github.com/fengari-lua/fengari/blob/master/src/defs.js) is failing minification with react-create-app.
[Their docs](https://github.com/facebookincubator/create-react-app/blob/mast…
-
There is an old issue on this, but it's closed. It's mentioned in it that migration will happen in first half of 2017.
So, any plans for migration? I tried using with Vue 2, but it's buggy.
Awes…