Skip to content

Commit

Permalink
chore: Update dependencies, resolve type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Dec 28, 2024
1 parent 877c6db commit f804878
Show file tree
Hide file tree
Showing 8 changed files with 2,474 additions and 822 deletions.
2 changes: 2 additions & 0 deletions dev/serve.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { createApp } from 'vue';
import Dev from './serve.vue';

import '../src/VueDatePicker/style/main.scss';

const app = createApp(Dev);
app.mount('#app');
1 change: 0 additions & 1 deletion dev/serve.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</script>

<style lang="scss">
@use 'src/VueDatePicker/style/main';
.wrapper {
padding: 200px;
}
Expand Down
Loading

0 comments on commit f804878

Please sign in to comment.