-
Notifications
You must be signed in to change notification settings - Fork 11
Vue3 upgrade #296
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
Vue3 upgrade #296
Conversation
Is this still in progress? |
Yes, we worked on it yesterday on a call. See recent commits.
Hopefully will merge soon
…On Wed, Jan 15, 2025, 11:19 millmason ***@***.***> wrote:
Is this still in progress?
—
Reply to this email directly, view it on GitHub
<#296 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2JKYWAA3V52V3I6BDMRD2K2C7RAVCNFSM6AAAAABHXCPWVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJTGM3DIMJUG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
… match Cypress Config
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.
We should make a quick fix to the README to mention vite instead of webpack
src/App.vue
Outdated
'nav-bar': NavBar, | ||
'notification': Notification, | ||
'b-loading': Buefy.Loading, | ||
// 'b-loading': Buefy.Loading, |
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.
remove commented code
public/index.html
Outdated
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<script type="module" crossorigin src="/assets/index-kiSjSFJe.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-ftazVGU5.css"> |
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.
let's take these out, maybe add a html comment
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.
can remove this file too?
No description provided.