Skip to content

Commit 6b186c1

Browse files
authored
Merge pull request #482 from matestack/20201202_fix_custom_reactive_guide
Fix code display issue in reactive-components docs
2 parents f054656 + 08e880c commit 6b186c1

File tree

1 file changed

+1
-1
lines changed
  • docs/reactive_components/800-custom_reactive_components

1 file changed

+1
-1
lines changed

docs/reactive_components/800-custom_reactive_components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Rails.application.config.assets.paths << Rails.root.join('app/matestack/componen
9696

9797
For **Webpacker** it would look like this:
9898

99-
`app/javascript/packs/application.js`:
10099
```js
100+
// app/javascript/packs/application.js
101101
import MatestackUiCore from 'matestack-ui-core'
102102
import '../../../app/matestack/components/some_component'
103103
```

0 commit comments

Comments
 (0)