File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ In your Webcomponents root you should import the MDE5-CSS and SVG-Sprite for MDE
3939 lang =" ts"
4040 setup
4141>
42- import customIconsSprite from " @muenchen/muc-patternlab-vue/dist/ assets/temporary/custom-icons.svg?raw" ;
43- import mucIconsSprite from " @muenchen/muc-patternlab-vue/dist/ assets/temporary/muc-icons.svg?raw" ;
42+ import customIconsSprite from " @muenchen/muc-patternlab-vue/assets/temporary/custom-icons.svg?raw" ;
43+ import mucIconsSprite from " @muenchen/muc-patternlab-vue/assets/temporary/muc-icons.svg?raw" ;
4444 </script >
4545
4646<template >
@@ -52,9 +52,9 @@ In your Webcomponents root you should import the MDE5-CSS and SVG-Sprite for MDE
5252</template >
5353
5454<style >
55- @import " @muenchen/muc-patternlab-vue/dist/ assets/temporary/muenchende-style.css" ;
56- @import " @muenchen/muc-patternlab-vue/dist/ assets/temporary/custom-style.css" ;
57- @import " @muenchen/muc-patternlab-vue/dist/ style.css" ;
55+ @import " @muenchen/muc-patternlab-vue/assets/temporary/muenchende-style.css" ;
56+ @import " @muenchen/muc-patternlab-vue/assets/temporary/custom-style.css" ;
57+ @import " @muenchen/muc-patternlab-vue/style.css" ;
5858 </style >
5959```
6060
You can’t perform that action at this time.
0 commit comments