Skip to content

Commit 333e964

Browse files
committed
Import global.scss in VueSelectQuantity
1 parent fedd052 commit 333e964

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/Demo.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
<script>
3535
import VueSelectQuantity from './VueSelectQuantity.vue'
36-
// import '@dist/style.css'
3736
3837
export default {
3938
components: { VueSelectQuantity },

src/components/VueSelectQuantity.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ export default {
209209
}
210210
}
211211
</script>
212-
<style scoped>
213-
@import "../../dist/style.css"
212+
<style lang="scss" scoped>
213+
@import "@assets/scss/global.scss"
214214
</style>

0 commit comments

Comments
 (0)