-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wip: 1th prototype of Schedule interface #3
base: dev
Are you sure you want to change the base?
Conversation
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2) Signed-off-by: dependabot[bot] <[email protected]>
…s-1.4.2 Bump eslint-utils from 1.4.0 to 1.4.2
…into schedule_interface
|
||
<script lang="ts"> | ||
import Vue from 'vue' | ||
export default Vue.extend({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
нужно использовать class-based компоненты
@@ -4,11 +4,11 @@ | |||
|
|||
<script lang="ts"> | |||
import Vue from 'vue'; | |||
import HelloWorld from '../components/HelloWorld.vue'; | |||
// import HelloWorld from '../components/HelloWorld.vue'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
по идее тут надо импортнуть нужный тебе компонент и переназвать эту вьюху по смыслу
<v-content> | ||
<HelloWorld/> | ||
<v-card-text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
такое в App.vue точно не нужно. Это можно закинуть в какой-нибудь компонент или вьюху
No description provided.