https://github.com/rodrigogs/slots-inheritance-renaming-problem
Code example for oppening a Vue.js issue
https://github.com/rodrigogs/slots-inheritance-renaming-problem
Last synced: 3 months ago
JSON representation
Code example for oppening a Vue.js issue
- Host: GitHub
- URL: https://github.com/rodrigogs/slots-inheritance-renaming-problem
- Owner: rodrigogs
- Created: 2020-11-02T17:44:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T18:09:54.000Z (over 5 years ago)
- Last Synced: 2025-12-27T01:40:05.103Z (6 months ago)
- Language: Vue
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slots-inheritance-renaming-problem
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).