how to work with svg-sprite-loader? #6122
              
                Unanswered
              
          
                  
                    
                      DreamPy
                    
                  
                
                  asked this question in
                Help/Questions
              
            Replies: 1 comment
-
| In  import { createApp } from 'vue'
import App from './App.vue'
+ import './icons'
createApp(App).mount('#app') | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Vue version
^3.2.13
Link to minimal reproduction
https://github.com/DreamPy/vue-hello.git
Steps to reproduce
i want to work with svg-sprite-loader, but failed.
git clone https://github.com/DreamPy/vue-hello.git && cd vue-hello && npm i && npm run serve
What is expected?
open browser and should look like this picture, the icon should show.
What is actually happening?
svg icon does not show
System Info
No response
Any additional comments?
No response
Beta Was this translation helpful? Give feedback.
All reactions