-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor: ♻️ dataset rights update #33
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://white-ocean-00e852610-33.centralus.2.azurestaticapps.net |
Also remove the commented out parts and remove that additional packages added |
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 extra packages
package.json
Outdated
@@ -39,6 +39,7 @@ | |||
}, | |||
"dependencies": { | |||
"@headlessui/vue": "^1.7.15", | |||
"@kangc/v-md-editor": "^2.3.18", |
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 this package
src/main.ts
Outdated
import VMdEditor from "@kangc/v-md-editor"; | ||
import enUS from "@kangc/v-md-editor/lib/lang/en-US"; | ||
import createAlignPlugin from "@kangc/v-md-editor/lib/plugins/align"; | ||
import createKatexPlugin from "@kangc/v-md-editor/lib/plugins/katex/cdn"; | ||
import createTodoListPlugin from "@kangc/v-md-editor/lib/plugins/todo-list/index"; | ||
import githubTheme from "@kangc/v-md-editor/lib/theme/github.js"; |
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 extra imports
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.
Also the extra ones below
Azure Static Web Apps: Your stage site is ready! Visit it here: https://white-ocean-00e852610-33.centralus.2.azurestaticapps.net |
No description provided.