Sam Sharpe

Results 4 issues of Sam Sharpe

:heavy_check_mark: When using a basic jest config the `Press F to override ESLint --fix` works as expected. ``` module.exports = { runner: 'jest-runner-eslint', displayName: 'lint', testMatch: ['/src/**/*.js'], watchPlugins: ["jest-runner-eslint/watch-fix"], };...

## Summary Is it possible to use the [Widget Node](https://github.com/nhn/tui.editor/blob/master/docs/en/widget.md) in `@toast-ui/vue-editor`? It doesn't appear to have that capability according to [the docs](https://github.com/nhn/tui.editor/tree/master/apps/vue-editor#props). ## Screenshots If applicable, add screenshots to...

Question

## Versions - 1.7.14 ## Describe the bug When attempting to use vue-toastification with Vue 2.7.0+ the composition api doesn't appear to work due to Vue 2 now having the...

Type: Bug

Complete newbie to the vuejs world and I've been trying to get code splitting to work in the router but have been unsuccessful :( After cloning this repo and running...