-
When it came to testing this library I have noticed two things.
1. You can't create a component block within a nested sfc.
2. You can't use a component that was created by the component block in…
-
I implement you markdown-editor in my project, but the icons of de toolbar not show.
Only show btn-outline-secondary
-
There is a testing extension for Quasar Framework that introduces code-coverage support for Cypress e2e testing: [link](https://github.com/quasarframework/quasar-testing/tree/dev/packages/e2e-cypress)…
-
**Updated:** Dec 1, 2018 (per conservation)
## What problem does this feature solve?
If someone is setting out to build a library with more than one component in it, there isn't a clear correct wa…
-
- [ ] You need to update the plugin view cli to install the new library nuxt sections, so the one using nuxt module
- [ ] Configure dynamic page for the nuxt module when installing module using th…
-
### Feature description
* Add missing unit tests
* Improve current suite
### Problem/motivation
Tests are outdated right now, and also not the best in terms of quality and what they're testing
##…
-
### Describe the bug
Adding a global directive to the 'preview.js' file is not available for the component when rendering.
### Steps to reproduce the behavior
Add the following into `preview.…
-
```
actier-luchta/cuv(issue/121|✔) % npx ncu
Checking /Users/k_taniguchi/Workspace/github.com/actier-luchta/cuv/package.json
[====================] 22/22 100%
@his…
-
For some reason, neither `flushPromises` nor `nextTick` worked when testing watchers, making `setTimeout` the only possible way to test side-effects on reactive properties.
There should be a better w…
ysads updated
3 years ago
-
Vue.jsの動作環境を構築し、開発で使用する環境を決定する。
- [x] Vue.jsの動作環境構築
- [x] テストコードの作成
- [ ] フォルダ構成の検討
- [ ] 開発方法の決定
- [ ] Wikiへ記載
Vue.jsはSPAの形式で利用するのではなく、画面の構成部品として機能させる。