Skip to content
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

49 rebuild frontend with vue #98

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

idealistic91
Copy link
Owner

No description provided.

@idealistic91 idealistic91 added the not finished yet! Do not merge! label Oct 30, 2021
@idealistic91 idealistic91 self-assigned this Oct 30, 2021
}
},
methods: {

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REmove empty object methods!

<slot name="footer"></slot>
</v-footer> -->
</v-app>
</template>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Convert to pug

%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title Blank_app
%link{:href => "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900", :rel => "stylesheet"}/
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change title to Devent

data: function () {
return {
drawer: false,
title: 'Home',
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow drawer is not getting updated when sidebar is closed. 2 way data binding not working, only in one direction..

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved logic to vuex store -> Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not finished yet! Do not merge!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant