-
### vue init nuxt/starter nuxt-vue
### yarn
### yarn add vue-awesome-swiper -S
> nuxt.config.js
```
module.exports = {
...,
env: {
browser: true
},
plugins: ['~/plugins/vue-a…
-
I want to user it to Vue 3+ ,but I can not install it in project
first :
`npm install vue-awesome`
then:
`// 引入vue-awesome
import 'vue-awesome/icons/flag'
import 'vue-awesome/icons'
import Ico…
-
Hi guys, I am facing this problem---when I slide the scale, there is **Misalignment** in the scale
But my expectation is
There is no misalignment in the scale when I slide the scale.
Here i…
-
Hi!
Got an error after installing new version of vue-awesome (4.3.1)
```
Could not find a declaration file for module 'vue-awesome/components/Icon'. 'PATH/node_modules/vue-awesome/components/Ic…
-
### Describe the bug
AutoComplete with the multiple param does not currently have two very convenient features of the Chips component. The chips component worked much better for allowing users to a…
-
-
Please, upgrade this awesome library to the latest version of Vue. This is the best drag & drop library out there for vue and we would love to continue using it with the latest version of Vue!
Best…
-
```
yarn add @nuxt-awesome/theme
yarn add v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
warning vscode-languageclient@7.0.0: The engine "vscode" appears to be invalid.
[3/4] Li…
-
### Is your feature request related to a problem? Please describe...
I have a need for a few custom icons that I'd like to load through the `b-icon` component like any other icon.
### Describe t…
-
I am using "nuxt": "^2.0.0", "vue-awesome-swiper": "^3.1.3", and "vue-material": "^1.0.0-beta-10.2". It is working fine in dev environment but slides not shown properly in build environment.
I made…