vue-atlas icon indicating copy to clipboard operation
vue-atlas copied to clipboard

A Vue.js 2 UI component library.

Results 42 vue-atlas issues
Sort by recently updated
recently updated
newest added
trafficstars

vue-atlas.js import Vue from 'vue' import vueAtlas from 'vue-atlas' import 'vue-atlas/dist/vue-atlas.css' Vue.use(vueAtlas, 'en') ---------------------------- nuxt-config.js plugins: [ '@/plugins/vue-atlas', ] ![image](https://user-images.githubusercontent.com/38296486/72277952-fb986a00-3643-11ea-80cc-b8f9a8597e47.png)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.16.2 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Hey Im having Issues with using the ColorPicker Componet When trying to import getting a Could not resolve error I believe the issue is that it is not being exported....

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

just want to glimpse at vue-atlas, so I create my project from [vue-template](https://github.com/Ray-Eldath/vue-template) which is a template using Parceljs and vue-router, then I literally copy the `source` part from the...

**What version of vue-atlas are you using?** 2.1.8 **Steps to reproduce:** 1. ```import { VaNotification } from "vue-atlas/src/Notification";``` 2. ```Vue.use(VaNotification);``` 3. use the code sample provided [here](https://vue-atlas.com/documentation/notification) **What is expected?**...

Thanks for your hard work with `vue-atlas`! Unfortunately, after fix of #156 toggles become broken in topbar context. (other components are seems to render fine) **Steps to reproduce:** ```vuejs Click...